UNPKG

neo4j-client-sso

Version:

Single sign-on client (frontend) library for Neo4j products

11 lines (10 loc) 659 B
export declare const defaultTokenTypePrincipal = "access_token"; export declare const defaultTokenTypeAuthentication = "access_token"; export declare const defaultTokenGrantType = "authorization_code"; export declare const defaultRefreshGrantType = "refresh_token"; export declare const defaultCodeChallengeMethod = "S256"; export declare const defaultSearchParamsToRemoveAfterAutoRedirect: string[]; export declare const defaultSearchParamsToRemoveAfterAuthRedirect: string[]; export declare const mandatoryKeysForSSOProviders: string[]; export declare const mandatoryKeysForSSOProviderParams: string[]; export declare const isAuthDebuggingEnabled: boolean;