Auth0 Node.js SDK - v5.3.1
    Preparing search index...

    Interface FlowsVaultConnectionHttpOauthClientCredentialsSetup

    interface FlowsVaultConnectionHttpOauthClientCredentialsSetup {
        type: "OAUTH_CLIENT_CREDENTIALS";
        client_id: string;
        client_secret: string;
        token_endpoint: string;
        audience?: string;
        resource?: string;
        scope?: string;
    }
    Index

    Properties

    type: "OAUTH_CLIENT_CREDENTIALS"
    client_id: string
    client_secret: string
    token_endpoint: string
    audience?: string
    resource?: string
    scope?: string