# UserOauthRetrieveAccessToken200Response ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **access_token** | **String** | The access token issued by the authorization server. | **expires_in** | **i32** | The lifetime in seconds of the access token. For example, the value \"3600\" denotes that the access token will expire in one hour from the time the response was generated. | **refresh_token** | **String** | The refresh token issued by the authorization server. | **scope** | Option<**String**> | The scope of the access token as described by [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-3.3). | [optional] **token_type** | **String** | The type of the token issued as described in [RFC6749](https://datatracker.ietf.org/doc/html/rfc6749#section-7.1). | [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)