@inrupt/solid-client-authn-core / IIssuerConfigFetcher
Interface: IIssuerConfigFetcher
Methods
fetchConfig
▸ fetchConfig(issuer: string): Promise<IIssuerConfig>
Fetches the configuration
Parameters:
Name |
Type |
Description |
issuer
|
string |
URL of the IDP |
Returns: Promise<IIssuerConfig>
Defined in: src/login/oidc/IIssuerConfigFetcher.ts:37