IO Wallet SDK
    Preparing search index...

    Interface FetchAuthorizationRequestResult

    interface FetchAuthorizationRequestResult {
        parsedQrCode: ParsedQrCode;
        requestObjectJwt: string;
        sendBy: "value" | "reference";
    }
    Index

    Properties

    parsedQrCode: ParsedQrCode

    The parsed QR code data Includes clientId, requestUri and requestUriMethod

    requestObjectJwt: string

    The original Request Object JWT, either fetched from request_uri or extracted from request parameter.

    sendBy: "value" | "reference"

    Transmission mode indicator

    • "value": Request Object JWT passed inline via request parameter
    • "reference": Request Object JWT fetched from request_uri