Sha256: 0c7fd96c73eef8df7d7b156e844c52a03bbdfefe6dcf371d945e2fbfdf9cbef4
Contents?: true
Size: 811 Bytes
Versions: 10
Compression:
Stored size: 811 Bytes
Contents
# VeloPayments::AuthResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **access_token** | **String** | | **token_type** | **String** | | **expires_in** | **Float** | | [optional] **refresh_token** | **String** | | [optional] **scope** | **String** | | [optional] **entity_ids** | **Array<String>** | | [optional] ## Code Sample ```ruby require 'VeloPayments' instance = VeloPayments::AuthResponse.new(access_token: null, token_type: bearer, expires_in: 1799, refresh_token: IwOGYzYTlmM2YxOTQ5MGE3YmNmMDFkNTVk, scope: example_scope, entity_ids: null) ```
Version data entries
10 entries across 10 versions & 1 rubygems