UNPKG

angular-auth-oidc-client

Version:
9 lines (8 loc) 232 B
export interface AuthOptions { customParams?: { [key: string]: string | number | boolean; }; urlHandler?(url: string): any; /** overrides redirectUrl from configuration */ redirectUrl?: string; }