Class: AuthenticatorAssertionResponse

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
AUTHENTICATORDATA =
2
SIGNATURE =
3
USERHANDLE =
4
FIELDS =
{
  CLIENTDATAJSON => {:type => ::Thrift::Types::STRING, :name => 'clientDataJSON'},
  AUTHENTICATORDATA => {:type => ::Thrift::Types::STRING, :name => 'authenticatorData'},
  SIGNATURE => {:type => ::Thrift::Types::STRING, :name => 'signature'},
  USERHANDLE => {:type => ::Thrift::Types::STRING, :name => 'userHandle', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end