Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 943 Bytes

Authorization.md

File metadata and controls

31 lines (24 loc) · 943 Bytes

Phrase::Authorization

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]

Code Sample

require 'Phrase'

instance = Phrase::Authorization.new(id: null,
                                 note: null,
                                 token_last_eight: null,
                                 hashed_token: null,
                                 scopes: null,
                                 expires_at: null,
                                 created_at: null,
                                 updated_at: null)