Class: AuthenticatorAttestationResponse
- Inherits:
-
Object
- Object
- AuthenticatorAttestationResponse
- 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_fields ⇒ Object
6178 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6178 def struct_fields; FIELDS; end |
#validate ⇒ Object
6180 6181 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 6180 def validate end |