Sha256: b3fc133d0100f8540a7791efa99135b8e62072181fb3769fca738d59fc79ac3d

Contents?: true

Size: 1.02 KB

Versions: 23

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

23 entries across 23 versions & 1 rubygems

Version Path
phrase-2.21.0 docs/AuthorizationWithToken.md
phrase-2.20.0 docs/AuthorizationWithToken.md
phrase-2.19.0 docs/AuthorizationWithToken.md