Type alias OnlinePresentationSessionResult

OnlinePresentationSessionResult: {
    challenge?: string;
    error?: OnlinePresentationResultError;
    mobileCredentialResponse?: MobileCredentialResponse;
    sessionId: string;
}

The result of an online presentation session.

Type declaration

Generated using TypeDoc