IO Wallet SDK
    Preparing search index...

    Interface VerifyAuthorizationResponseOptions

    interface VerifyAuthorizationResponseOptions {
        authorizationResponse: { code: string; iss: string; state: string };
        iss: string;
        state: string;
    }
    Index

    Properties

    authorizationResponse: { code: string; iss: string; state: string }

    Authorization response object containing the authorization code, the issuer and the session's state

    iss: string

    The issuer the Wallet Instance started the authorization flow (either via PAR or directly) with

    state: string

    The state sent by the Wallet Instance at the start of the authorization flow (either via PAR or directly)