OAuthToken
A model representing a returnable response for a OAuthGroup Token
Properties​
Name | Type | Description | Notes |
---|---|---|---|
var_schema | EmbeddedModelSchema | [optional] | |
access_token | str | The Access Token | |
token_type | str | ||
expires_in | int | ||
scope | str | ||
refresh_token | str | [optional] | |
id_token | str | [optional] |