Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 825 Bytes

File metadata and controls

12 lines (8 loc) · 825 Bytes

Okta.Sdk.Model.BaseContextUserIdentity

Provides information on the user's identity claims and token properties. This property is present in token inline hook payloads for refresh_token grant types.

Properties

Name Type Description Notes
Claims Object Claims included in the token. Consists of name-value pairs for each included claim. For descriptions of the claims that you can include, see the Okta OpenID Connect and OAuth 2.0 API reference. [optional]
Token BaseTokenToken [optional]

[Back to Model list] [Back to API list] [Back to README]