Sha256: 6fb5b37e9dc045fe3749d3df25f8b12b68c9d7cb77828b5c002766b29f925bf5
Contents?: true
Size: 797 Bytes
Versions: 25
Compression:
Stored size: 797 Bytes
Contents
# OryHydraClient::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] ## Code Sample ```ruby require 'OryHydraClient' instance = OryHydraClient::Oauth2TokenResponse.new(access_token: null, expires_in: null, id_token: null, refresh_token: null, scope: null, token_type: null) ```
Version data entries
25 entries across 25 versions & 1 rubygems