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

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

    interface UserGrant {
        id?: string;
        clientID?: string;
        user_id?: string;
        audience?: string;
        scope?: string[];
    }
    Index

    Properties

    id?: string

    ID of the grant.

    clientID?: string

    ID of the client.

    user_id?: string

    ID of the user.

    audience?: string

    Audience of the grant.

    scope?: string[]

    Scopes included in this grant.