Class: AuthenticatorSelectionCriteria

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

AUTHENTICATORATTACHMENT =
1
REQUIRERESIDENTKEY =
2
USERVERIFICATION =
3
FIELDS =
{
  AUTHENTICATORATTACHMENT => {:type => ::Thrift::Types::STRING, :name => 'authenticatorAttachment', :optional => true},
  REQUIRERESIDENTKEY => {:type => ::Thrift::Types::BOOL, :name => 'requireResidentKey', :optional => true},
  USERVERIFICATION => {:type => ::Thrift::Types::STRING, :name => 'userVerification', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end