export interface EpsilonAuthorizationContext { raw: string; auth: T; error: string; }