Method: TurnkeyClient::Authenticator.openapi_types

Defined in:
lib/turnkey_client/models/authenticator.rb

.openapi_typesObject

Attribute type mapping.



59
60
61
62
63
64
65
66
67
68
69
70
71
72
# File 'lib/turnkey_client/models/authenticator.rb', line 59

def self.openapi_types
  {
    :'transports' => :'Object',
    :'attestation_type' => :'Object',
    :'aaguid' => :'Object',
    :'credential_id' => :'Object',
    :'model' => :'Object',
    :'credential' => :'Object',
    :'authenticator_id' => :'Object',
    :'authenticator_name' => :'Object',
    :'created_at' => :'Object',
    :'updated_at' => :'Object'
  }
end