Class: PublicKeyCredentialCreationOptions

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

RP =
1
USER =
2
CHALLENGE =
3
PUBKEYCREDPARAMS =
4
TIMEOUT =
5
EXCLUDECREDENTIALS =
6
AUTHENTICATORSELECTION =
7
ATTESTATION =
8
EXTENSIONS =
9
FIELDS =
{
  RP => {:type => ::Thrift::Types::STRUCT, :name => 'rp', :class => ::PublicKeyCredentialRpEntity},
  USER => {:type => ::Thrift::Types::STRUCT, :name => 'user', :class => ::PublicKeyCredentialUserEntity},
  CHALLENGE => {:type => ::Thrift::Types::STRING, :name => 'challenge'},
  PUBKEYCREDPARAMS => {:type => ::Thrift::Types::LIST, :name => 'pubKeyCredParams', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PublicKeyCredentialParameters}},
  TIMEOUT => {:type => ::Thrift::Types::I64, :name => 'timeout', :optional => true},
  EXCLUDECREDENTIALS => {:type => ::Thrift::Types::SET, :name => 'excludeCredentials', :element => {:type => ::Thrift::Types::STRUCT, :class => ::PublicKeyCredentialDescriptor}, :optional => true},
  AUTHENTICATORSELECTION => {:type => ::Thrift::Types::STRUCT, :name => 'authenticatorSelection', :class => ::AuthenticatorSelectionCriteria, :optional => true},
  ATTESTATION => {:type => ::Thrift::Types::STRING, :name => 'attestation', :optional => true},
  EXTENSIONS => {:type => ::Thrift::Types::STRUCT, :name => 'extensions', :class => ::AuthenticationExtensionsClientInputs, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end