class Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeSafetyNetTokenRequest

Request message for the ExchangeSafetyNetToken method.

Attributes

safety_net_token[RW]

The [SafetyNet attestation response](developer.android.com/training/ safetynet/attestation#request-attestation-step) issued to your app. Corresponds to the JSON property `safetyNetToken` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 530
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 535
def update!(**args)
  @safety_net_token = args[:safety_net_token] if args.key?(:safety_net_token)
end