IO Wallet SDK
    Preparing search index...

    Interface CompleteAuthorizationOptions

    interface CompleteAuthorizationOptions {
        callbacks: Pick<CallbackContext, "fetch">;
        response_uri: string;
    }
    Index

    Properties

    callbacks: Pick<CallbackContext, "fetch">
    response_uri: string

    The response_uri returned by the server after a successful OID4VP Authorization Response is sent