Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.08 KB

File metadata and controls

16 lines (12 loc) · 1.08 KB

Okta.Sdk.Model.SocialAuthToken

The social authentication token object provides the tokens and associated metadata provided by social providers during social authentication.

Properties

Name Type Description Notes
ExpiresAt DateTimeOffset Timestamp when the object expires [optional] [readonly]
Id string Unique identifier for the token [optional] [readonly]
Scopes List<string> The scopes that the token is good for [optional] [readonly]
Token string The raw token [optional] [readonly]
TokenAuthScheme string The token authentication scheme as defined by the social provider [optional] [readonly]
TokenType string The type of token defined by the OAuth Token Exchange Spec [optional] [readonly]

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