Class: Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo
- Inherits:
-
Object
- Object
- Google::Apis::IdentitytoolkitV2::GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo
- 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
TOTP verification info for FinalizeMfaSignInRequest.
Instance Attribute Summary collapse
-
#verification_code ⇒ String
User-entered verification code.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo
constructor
A new instance of GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo
Returns a new instance of GoogleCloudIdentitytoolkitV2MfaTotpSignInRequestInfo.
2396 2397 2398 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2396 def initialize(**args) update!(**args) end |
Instance Attribute Details
#verification_code ⇒ String
User-entered verification code.
Corresponds to the JSON property verificationCode
2394 2395 2396 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2394 def verification_code @verification_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2401 2402 2403 |
# File 'lib/google/apis/identitytoolkit_v2/classes.rb', line 2401 def update!(**args) @verification_code = args[:verification_code] if args.key?(:verification_code) end |