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

    Interface ScimTokenItem

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

    interface ScimTokenItem {
        token_id?: string;
        scopes?: string[];
        created_at?: string;
        valid_until?: string;
        last_used_at?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any

      Accepts any additional properties

    Index

    Properties

    token_id?: string

    The token's identifier

    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 timestamp

    last_used_at?: string

    The token's last used at timestamp