@sphereon/ssi-sdk.ebsi-authorization-client
Version:
<!--suppress HtmlDeprecatedAttribute --> <h1 align="center"> <br> <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a> <br>EBSI Authorization Client (Typescrip
14 lines • 571 B
TypeScript
import { IAgentPlugin } from '@veramo/core';
import { IEBSIAuthorizationClient } from '../types/IEBSIAuthorizationClient';
export declare class EBSIAuthorizationClient implements IAgentPlugin {
readonly schema: any;
readonly methods: IEBSIAuthorizationClient;
private ebsiAuthASDiscoveryMetadataGet;
private ebsiAuthASJwksGet;
private ebsiAuthPresentationDefinitionGet;
private ebsiAuthAccessTokenGet;
private getAccessTokenResponse;
private getUrl;
private getDiscoveryEndpoint;
}
//# sourceMappingURL=EBSIAuthorizationClient.d.ts.map