Class: PlexRubySDK::Operations::GetPinAuthPinContainer
- Inherits:
-
Utils::FieldAugmented
- Object
- Utils::FieldAugmented
- PlexRubySDK::Operations::GetPinAuthPinContainer
- Extended by:
- T::Sig
- Defined in:
- lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb
Overview
Requests a new pin id used in the authentication flow
Instance Method Summary collapse
-
#initialize(client_identifier: nil, code: nil, created_at: nil, expires_at: nil, expires_in: nil, id: nil, location: nil, product: nil, qr: nil, trusted: nil, auth_token: nil, new_registration: nil) ⇒ GetPinAuthPinContainer
constructor
A new instance of GetPinAuthPinContainer.
Methods included from MetadataFields
#field, #fields, included, #marshal_json, #marshal_single
Constructor Details
#initialize(client_identifier: nil, code: nil, created_at: nil, expires_at: nil, expires_in: nil, id: nil, location: nil, product: nil, qr: nil, trusted: nil, auth_token: nil, new_registration: nil) ⇒ GetPinAuthPinContainer
Returns a new instance of GetPinAuthPinContainer.
44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/plex_ruby_sdk/models/operations/getpin_authpincontainer.rb', line 44 def initialize(client_identifier: nil, code: nil, created_at: nil, expires_at: nil, expires_in: nil, id: nil, location: nil, product: nil, qr: nil, trusted: nil, auth_token: nil, new_registration: nil) @client_identifier = client_identifier @code = code @created_at = created_at @expires_at = expires_at @expires_in = expires_in @id = id @location = location @product = product @qr = qr @trusted = trusted @auth_token = auth_token @new_registration = new_registration end |