Okta.Sdk.Model.SocialAuthToken

October 22, 2025 ยท View on GitHub

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

Properties

NameTypeDescriptionNotes
ExpiresAtDateTimeOffsetTimestamp when the object expires[optional] [readonly]
IdstringUnique identifier for the token[optional] [readonly]
ScopesList<string>The scopes that the token is good for[optional] [readonly]
TokenstringThe raw token[optional] [readonly]
TokenAuthSchemestringThe token authentication scheme as defined by the social provider[optional] [readonly]
TokenTypestringThe type of token defined by the OAuth Token Exchange Spec[optional] [readonly]

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