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

    Interface CreateScimTokenResponseContent

    This file was auto-generated by Fern from our API Definition.

    interface CreateScimTokenResponseContent {
        token_id?: string;
        token?: string;
        scopes?: string[];
        created_at?: string;
        valid_until?: string;
    }
    Index

    Properties

    token_id?: string

    The token's identifier

    token?: string

    The scim client's token

    scopes?: string[]

    The scopes of the scim token

    created_at?: string

    The token's created at timestamp

    valid_until?: string

    The token's valid until at timestamp