@bsv/wallet-toolbox-client
Version:
Client only Wallet Storage
7 lines • 488 B
TypeScript
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