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

    Interface CreateScimTokenRequestContent

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

    Properties

    scopes?: string[]

    The scopes of the scim token

    token_lifetime?: number

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