Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.02 KB

AuthorizationWithToken.md

File metadata and controls

33 lines (26 loc) · 1.02 KB

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

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)