Class: Google::Apis::OsloginV1beta::WebAuthn

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/oslogin_v1beta/classes.rb,
lib/google/apis/oslogin_v1beta/representations.rb,
lib/google/apis/oslogin_v1beta/representations.rb

Overview

Security key information specific to the Web Authentication protocol.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WebAuthn

Returns a new instance of WebAuthn.



333
334
335
# File 'lib/google/apis/oslogin_v1beta/classes.rb', line 333

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#rp_idString

Relying party ID for Web Authentication. Corresponds to the JSON property rpId

Returns:

  • (String)


331
332
333
# File 'lib/google/apis/oslogin_v1beta/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_v1beta/classes.rb', line 338

def update!(**args)
  @rp_id = args[:rp_id] if args.key?(:rp_id)
end