Sha256: b3fc133d0100f8540a7791efa99135b8e62072181fb3769fca738d59fc79ac3d
Contents?: true
Size: 1.02 KB
Versions: 21
Compression:
Stored size: 1.02 KB
Contents
# Phrase::AuthorizationWithToken ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | | [optional] **note** | **String** | | [optional] **token_last_eight** | **String** | | [optional] **hashed_token** | **String** | | [optional] **scopes** | **Array<String>** | | [optional] **expires_at** | **Time** | | [optional] **created_at** | **Time** | | [optional] **updated_at** | **Time** | | [optional] **token** | **String** | | [optional] ## Code Sample ```ruby require 'Phrase' instance = Phrase::AuthorizationWithToken.new(id: null, note: null, token_last_eight: null, hashed_token: null, scopes: null, expires_at: null, created_at: null, updated_at: null, token: null) ```
Version data entries
21 entries across 21 versions & 1 rubygems