Class: Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaVerifyAppCheckTokenRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_tokenString

Required. The App Check token to verify. Corresponds to the JSON property appCheckToken

Returns:

  • (String)


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