Back to Node Auth0

Interface UserGrant

docs/interfaces/management.Management.UserGrant.html

5.9.1956 B
Original Source

Interface UserGrant

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

Index

Properties

id?clientID?user_id?audience?scope?

Properties

Optionalid

id?: string

ID of the grant.

OptionalclientID

clientID?: string

ID of the client.

Optionaluser_id

user_id?: string

ID of the user.

Optionalaudience

audience?: string

Audience of the grant.

Optionalscope

scope?: string[]

Scopes included in this grant.

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties idclientIDuser_idaudiencescope