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