Constructors
Methods
getAuthorizationEndpoint
getAuthorizationEndpoint(): Promise<string>
getCheckSessionIframe
getCheckSessionIframe(): Promise<undefined | string> Returns Promise<undefined | string>
getEndSessionEndpoint
getEndSessionEndpoint(): Promise<undefined | string> Returns Promise<undefined | string>
getIssuer
getIssuer(): Promise<string>
getKeysEndpoint
getKeysEndpoint(optional: false): Promise<string> getKeysEndpoint(optional?: true): Promise<undefined | string> Returns Promise<undefined | string>
getRevocationEndpoint
getRevocationEndpoint(optional: false): Promise<string> getRevocationEndpoint(optional?: true): Promise<undefined | string> Returns Promise<undefined | string>
getTokenEndpoint
getTokenEndpoint(optional: false): Promise<string> getTokenEndpoint(optional?: true): Promise<undefined | string> Returns Promise<undefined | string>
getUserInfoEndpoint
getUserInfoEndpoint(): Promise<string>
See
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata