Sha256: 6e3c01053722a973a45096fb964dbfe549a6f1752a32c30ea1f147ebc7315379
Contents?: true
Size: 753 Bytes
Versions: 41
Compression:
Stored size: 753 Bytes
Contents
# Phrase::AuthorizationCreateParameters ## 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::AuthorizationCreateParameters.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/AuthorizationCreateParameters.md |