UNPKG

@bsv/wallet-toolbox-client

Version:
7 lines 488 B
import { AuthMethodInteractor, AuthPayload, StartAuthResponse, CompleteAuthResponse } from './AuthMethodInteractor'; export declare class PersonaIDInteractor extends AuthMethodInteractor { methodType: string; startAuth(serverUrl: string, presentationKey: string, payload: AuthPayload): Promise<StartAuthResponse>; completeAuth(serverUrl: string, presentationKey: string, payload: AuthPayload): Promise<CompleteAuthResponse>; } //# sourceMappingURL=PersonaIDInteractor.d.ts.map