Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 690 Bytes

OAuthToken.md

File metadata and controls

17 lines (13 loc) · 690 Bytes

Pieces.Os.Core.SdkModel.OAuthToken

A model representing a returnable response for a OAuthGroup Token

Properties

Name Type Description Notes
Schema EmbeddedModelSchema [optional]
AccessToken string The Access Token
TokenType string
ExpiresIn int
Scope string
RefreshToken string [optional]
IdToken string [optional]

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