Sha256: 83f36df57df30aa1e08b5f6b7a4368cd73b7da6890a967d8a38563d736aba5fb
Contents?: true
Size: 626 Bytes
Versions: 20
Compression:
Stored size: 626 Bytes
Contents
# OryClient::Oauth2TokenResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **access_token** | **String** | | [optional] | | **expires_in** | **Integer** | | [optional] | | **id_token** | **String** | | [optional] | | **refresh_token** | **String** | | [optional] | | **scope** | **String** | | [optional] | | **token_type** | **String** | | [optional] | ## Example ```ruby require 'ory-client' instance = OryClient::Oauth2TokenResponse.new( access_token: null, expires_in: null, id_token: null, refresh_token: null, scope: null, token_type: null ) ```
Version data entries
20 entries across 20 versions & 1 rubygems