Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 935 Bytes

File metadata and controls

31 lines (24 loc) · 935 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: nil,
                                 note: nil,
                                 token_last_eight: nil,
                                 hashed_token: nil,
                                 scopes: nil,
                                 expires_at: nil,
                                 created_at: nil,
                                 updated_at: nil)