# KnetikCloud.OAuth2Resource

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**access_token** | **String** | The access token issued by the authorization server | [optional] 
**expires_in** | **String** | The lifetime in seconds of the access token | [optional] 
**refresh_token** | **String** | The refresh token issued by the authorization server | [optional] 
**scope** | **String** | The scope of the access token. Currently these values can be ignored, as security defaults to roles and permissions | [optional] 
**token_type** | **String** | The type of the token issued | [optional] 


