Class: AuthenticatorAttestationResponse

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

CLIENTDATAJSON =
1
ATTESTATIONOBJECT =
2
TRANSPORTS =
3
FIELDS =
{
  CLIENTDATAJSON => {:type => ::Thrift::Types::STRING, :name => 'clientDataJSON'},
  ATTESTATIONOBJECT => {:type => ::Thrift::Types::STRING, :name => 'attestationObject'},
  TRANSPORTS => {:type => ::Thrift::Types::SET, :name => 'transports', :element => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



6178
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6178

def struct_fields; FIELDS; end

#validateObject



6180
6181
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6180

def validate
end