Sha256: c3213f1277d5f5be950ac6fc5c50f8245100e6e377be820c3dbd2c0ac2cdc231
Contents?: true
Size: 642 Bytes
Versions: 11
Compression:
Stored size: 642 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] | ## Example ```ruby require 'ory-hydra-client' instance = OryHydraClient::Oauth2TokenResponse.new( access_token: null, expires_in: null, id_token: null, refresh_token: null, scope: null, token_type: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems