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

    Interface CreateScimTokenRequestContent

    {}
    
    interface CreateScimTokenRequestContent {
        scopes?: string[];
        token_lifetime?: number | null;
    }
    Index

    Properties

    scopes?: string[]

    The scopes of the scim token

    token_lifetime?: number | null

    Lifetime of the token in seconds. Must be greater than 900