class Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse

Response message for ExchangeAppAttestAttestation and ExchangeAppAttestDebugAttestation

Attributes

artifact[RW]

An artifact that should be passed back during the Assertion flow. Corresponds to the JSON property `artifact` NOTE: Values are automatically base64 encoded/decoded in the client library. @return [String]

attestation_token[RW]

Encapsulates an *App Check token*, which are used to access Firebase services protected by App Check. Corresponds to the JSON property `attestationToken` @return [Google::Apis::FirebaseappcheckV1beta::GoogleFirebaseAppcheckV1betaAttestationTokenResponse]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/firebaseappcheck_v1beta/classes.rb, line 428
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 433
def update!(**args)
  @artifact = args[:artifact] if args.key?(:artifact)
  @attestation_token = args[:attestation_token] if args.key?(:attestation_token)
end