Class: AuthPublicKeyCredential
- Inherits:
-
Object
- Object
- AuthPublicKeyCredential
- 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
- ID =
1
- TYPE =
2
- RESPONSE =
3
- EXTENSIONRESULTS =
4
- FIELDS =
{ ID => {:type => ::Thrift::Types::STRING, :name => 'id'}, TYPE => {:type => ::Thrift::Types::STRING, :name => 'type'}, RESPONSE => {:type => ::Thrift::Types::STRUCT, :name => 'response', :class => ::AuthenticatorAssertionResponse}, EXTENSIONRESULTS => {:type => ::Thrift::Types::STRUCT, :name => 'extensionResults', :class => ::AuthenticationExtensionsClientOutputs, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
7049 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7049 def struct_fields; FIELDS; end |
#validate ⇒ Object
7051 7052 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 7051 def validate end |