Sha256: dd80ffa895a15d2885758cfa017b58e2520f05aee31315ba462a343b26253463

Contents?: true

Size: 686 Bytes

Versions: 3

Compression:

Stored size: 686 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] |

## Example

```ruby
require 'velopayments'

instance = VeloPayments::AuthResponse.new(
  access_token: IwOGYzYTlmM2YxOTQ5MGE3YmNmMDFkNTVk,
  token_type: bearer,
  expires_in: 1799,
  refresh_token: IwOGYzYTlmM2YxOTQ5MGE3YmNmMDFkNTVk,
  scope: example_scope,
  entity_ids: null
)
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
velopayments-2.37.150.beta1 docs/AuthResponse.md
velopayments-2.35.58 docs/AuthResponse.md
velopayments-2.35.58.beta1 docs/AuthResponse.md