Sha256: fa3572ae9fac72625756f7388c75c3a0342d73ea07a5243e2e8bfb0b39db9b5d

Contents?: true

Size: 753 Bytes

Versions: 41

Compression:

Stored size: 753 Bytes

Contents

# Phrase::AuthorizationUpdateParameters

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**note** | **String** | A note to help you remember what the access is used for. | [optional] 
**scopes** | **Array<String>** | A list of scopes that the access can be used for. | [optional] 
**expires_at** | **DateTime** | Expiration date for the authorization token. Null means no expiration date (default). | [optional] 

## Code Sample

```ruby
require 'Phrase'

instance = Phrase::AuthorizationUpdateParameters.new(note: My Deploy Script,
                                 scopes: ["read","write"],
                                 expires_at: 2015-03-30T09:52:53Z)
```


Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
phrase-1.0.1 docs/AuthorizationUpdateParameters.md