Class: PublicKeyCredentialRequestOptions

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

CHALLENGE =
1
TIMEOUT =
2
RPID =
3
ALLOWCREDENTIALS =
4
USERVERIFICATION =
5
EXTENSIONS =
6
FIELDS =
{
  CHALLENGE => {:type => ::Thrift::Types::STRING, :name => 'challenge'},
  TIMEOUT => {:type => ::Thrift::Types::I64, :name => 'timeout', :optional => true},
  RPID => {:type => ::Thrift::Types::STRING, :name => 'rpId', :optional => true},
  ALLOWCREDENTIALS => {:type => ::Thrift::Types::SET, :name => 'allowCredentials', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PublicKeyCredentialDescriptor}, :optional => true},
  USERVERIFICATION => {:type => ::Thrift::Types::STRING, :name => 'userVerification', :optional => true},
  EXTENSIONS => {:type => ::Thrift::Types::STRUCT, :name => 'extensions', :class => ::AuthenticationExtensionsClientInputs, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end