Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2StartPasskeyEnrollmentResponse

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

Overview

StartPasskeyEnrollment response.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2StartPasskeyEnrollmentResponse

Returns a new instance of GoogleCloudIdentitytoolkitV2StartPasskeyEnrollmentResponse.



3306
3307
3308
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 3306

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

Instance Attribute Details

#credential_creation_optionsGoogle::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2PublicKeyCredentialCreationOptions

Parameters for creating a FIDO key. Corresponds to the JSON property credentialCreationOptions



3304
3305
3306
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 3304

def credential_creation_options
  @credential_creation_options
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3311
3312
3313
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 3311

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