Class: Google::Cloud::OsLogin::V1beta::WebAuthn

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oslogin/v1beta/oslogin.rb

Overview

Security key information specific to the Web Authentication protocol.

Instance Attribute Summary collapse

Instance Attribute Details

#rp_id::String

Returns Relying party ID for Web Authentication.

Returns:

  • (::String)

    Relying party ID for Web Authentication.



202
203
204
205
# File 'proto_docs/google/cloud/oslogin/v1beta/oslogin.rb', line 202

class WebAuthn
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end