Type alias OnlinePresentationSessionVerifiedBy

OnlinePresentationSessionVerifiedBy: {
    type: OnlinePresentationSessionVerifiedByType;
    value: string;
}

Type declaration

  • Readonly type: OnlinePresentationSessionVerifiedByType

    Verification method used to validate an authorization request

  • Readonly value: string

    Verifier information for a validated authorization request

    • for OnlinePresentationSessionVerifiedByType.Certificate the value is the trusted verifier certificate's common name.
    • for OnlinePresentationSessionVerifiedByType.Domain the value is the client_id value defined in the request.

Generated using TypeDoc