Class: Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest
- Inherits:
-
Object
- Object
- Google::Apis::FirebaseappcheckV1::GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebaseappcheck_v1/classes.rb,
lib/google/apis/firebaseappcheck_v1/representations.rb,
lib/google/apis/firebaseappcheck_v1/representations.rb
Overview
Request message for the ExchangeSafetyNetToken method.
Instance Attribute Summary collapse
-
#safety_net_token ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest
constructor
A new instance of GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest
Returns a new instance of GoogleFirebaseAppcheckV1ExchangeSafetyNetTokenRequest.
720 721 722 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 720 def initialize(**args) update!(**args) end |
Instance Attribute Details
#safety_net_token ⇒ String
Required. The SafetyNet attestation response issued to your app.
Corresponds to the JSON property safetyNetToken
718 719 720 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 718 def safety_net_token @safety_net_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
725 726 727 |
# File 'lib/google/apis/firebaseappcheck_v1/classes.rb', line 725 def update!(**args) @safety_net_token = args[:safety_net_token] if args.key?(:safety_net_token) end |