Type alias PresentationSuccessResult

PresentationSuccessResult: {
    challenge: string;
    credentialErrors?: MobileCredentialError[];
    credentialQuery: CredentialQuery[];
    credentials?: MobileCredentialPresentationCredential[];
    sessionId: string;
}

The result of a credential presentation request, default response or set resultAvailableInFrontChannel: true as verifier's configuration

Type declaration

Generated using TypeDoc