Back to Node Auth0

Interface TokenExchangeGrantRequest

docs/interfaces/auth.TokenExchangeGrantRequest.html

5.9.11.4 KB
Original Source
  • auth
  • TokenExchangeGrantRequest

Interface TokenExchangeGrantRequest

interface TokenExchangeGrantRequest {
client_id?: string;
subject_token: string;
audience?: string;
scope?: string;
user_profile: string;
}

Index

Properties

client_id?subject_tokenaudience?scope?user_profile

Properties

Optionalclient_id

client_id?: string

Specify this to override the parent class's clientId

subject_token

subject_token: string

Externally-issued identity artifact, representing the user.

Optionalaudience

audience?: string

The unique identifier of the target API you want to access.

Optionalscope

scope?: string

String value of the different scopes the application is requesting. Multiple scopes are separated with whitespace.

user_profile

user_profile: string

Optional element used for native iOS interactions for which profile updates can occur. Expected parameter value will be JSON in the form of: { name: { firstName: 'John', lastName: 'Smith }}

Settings

Member Visibility

  • Protected
  • Inherited

ThemeOSLightDark

On This Page

Properties client_idsubject_tokenaudiencescopeuser_profile