Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseappcheck_v1beta/classes.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb,
lib/google/apis/firebaseappcheck_v1beta/representations.rb
Overview
Request message for the VerifyAppCheckToken method.
Instance Attribute Summary collapse
-
#app_check_token ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest
constructor
A new instance of GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest
Returns a new instance of GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest.
1169 1170 1171 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 1169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app_check_token ⇒ String
Required. The App Check token to verify.
Corresponds to the JSON property appCheckToken
1167 1168 1169 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 1167 def app_check_token @app_check_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1174 1175 1176 |
# File 'lib/google/apis/firebaseappcheck_v1beta/classes.rb', line 1174 def update!(**args) @app_check_token = args[:app_check_token] if args.key?(:app_check_token) end |