@switstack/switcloud-api-ts
    Preparing search index...

    Interface TokenRequest

    interface TokenRequest {
        clientId?: string;
        clientSecret?: string;
        grantType: Oauth2GrantType;
        password?: string;
        username?: string;
    }
    Index

    Properties

    clientId?: string
    clientSecret?: string
    grantType: Oauth2GrantType
    password?: string
    username?: string