IO Wallet SDK
    Preparing search index...

    Interface ParsedAccessTokenAuthorizationCodeRequestGrant

    interface ParsedAccessTokenAuthorizationCodeRequestGrant {
        code: string;
        grantType: "authorization_code";
    }
    Index

    Properties

    Properties

    code: string
    grantType: "authorization_code"