UNPKG

angular-auth-oidc-client

Version:
17 lines (16 loc) 909 B
export interface Schema { authorityUrlOrTenantId: string; flowType: FlowType; useLocalPackage: boolean; } export declare enum FlowType { OidcCodeFlowPkceAzureAdUsingRefreshTokens = "OIDC Code Flow PKCE Azure AD using refresh tokens", OidcCodeFlowPkceAzureAdUsingIframeSilentRenew = "OIDC Code Flow PKCE Azure AD using iframe silent renew", OidcCodeFlowPkceUsingRefreshTokens = "OIDC Code Flow PKCE using refresh tokens", OAuthPushAuthorizationRequestsUsingRefreshTokens = "OAuth Push authorization requests using refresh tokens", OidcCodeFlowPkceUsingIframeSilentRenew = "OIDC Code Flow PKCE using iframe silent renew", OidcCodeFlowPkceUsingIframeSilentRenewGettingConfigFromHttp = "OIDC Code Flow PKCE using iframe silent renew getting config from http", OIDCCodeFlowPkce = "OIDC Code Flow PKCE (no renew)", Auth0 = "Auth0", DefaultConfig = "Default config" }