@sphereon/ssi-sdk.ebsi-support
Version:
14 lines • 533 B
TypeScript
import { IAgentPlugin } from '@veramo/core';
import { IEbsiSupport } from '../types/IEbsiSupport';
export declare const ebsiSupportMethods: Array<string>;
export declare class EbsiSupport implements IAgentPlugin {
readonly schema: any;
readonly methods: IEbsiSupport;
private ebsiCreateDidOnLedger;
private ebsiWellknownMetadata;
private ebsiAuthorizationServerJwks;
private ebsiPresentationDefinitionGet;
private ebsiAccessTokenGet;
private getAccessToken;
}
//# sourceMappingURL=EbsiSupport.d.ts.map