Class: Google::Apis::OsloginV1alpha::WebAuthn
- Inherits:
-
Object
- Object
- Google::Apis::OsloginV1alpha::WebAuthn
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/oslogin_v1alpha/classes.rb,
lib/google/apis/oslogin_v1alpha/representations.rb,
lib/google/apis/oslogin_v1alpha/representations.rb
Overview
Security key information specific to the Web Authentication protocol.
Instance Attribute Summary collapse
-
#rp_id ⇒ String
Relying party ID for Web Authentication.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WebAuthn
constructor
A new instance of WebAuthn.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WebAuthn
Returns a new instance of WebAuthn.
333 334 335 |
# File 'lib/google/apis/oslogin_v1alpha/classes.rb', line 333 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rp_id ⇒ String
Relying party ID for Web Authentication.
Corresponds to the JSON property rpId
331 332 333 |
# File 'lib/google/apis/oslogin_v1alpha/classes.rb', line 331 def rp_id @rp_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
338 339 340 |
# File 'lib/google/apis/oslogin_v1alpha/classes.rb', line 338 def update!(**args) @rp_id = args[:rp_id] if args.key?(:rp_id) end |