IO Wallet SDK
    Preparing search index...
    interface ParsedQrCode {
        clientId: string;
        request?: string;
        requestUri?: string;
        requestUriMethod?: "get" | "post";
    }
    Index

    Properties

    clientId: string

    The client_id from the authorization URL

    request?: string

    It contains the base64url-encoded and signed Request Object. For the content of the Request Object, see Openid4vpAuthorizationRequestPayload.

    requestUri?: string

    The request_uri from the authorization URL

    requestUriMethod?: "get" | "post"

    The request_uri_method from the authorization URL (get or post)