IO Wallet SDK
    Preparing search index...

    Variable SupportedClientAuthenticationMethodConst

    SupportedClientAuthenticationMethod: {
        ClientSecretBasic: "client_secret_basic";
        ClientSecretPost: "client_secret_post";
        None: "none";
        WalletAttestationJwt: "attest_jwt_client_auth";
    } = ...

    Supported OAuth 2.0 client authentication methods.

    Type Declaration

    • ReadonlyClientSecretBasic: "client_secret_basic"
    • ReadonlyClientSecretPost: "client_secret_post"
    • ReadonlyNone: "none"
    • ReadonlyWalletAttestationJwt: "attest_jwt_client_auth"