Interface TokenExchangeGrantRequest

Hierarchy

  • TokenExchangeGrantRequest

Properties

audience?: string

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

client_id?: string

Specify this to override the parent class's clientId

scope?: string

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

subject_token: string

Externally-issued identity artifact, representing the user.

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 }}