GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse class
Response message for the ExchangeAppAttestAttestation method.
Constructors
- GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse({GoogleFirebaseAppcheckV1betaAppCheckToken? appCheckToken, String? artifact, GoogleFirebaseAppcheckV1betaAttestationTokenResponse? attestationToken})
- GoogleFirebaseAppcheckV1betaExchangeAppAttestAttestationResponse.fromJson(Map _json)
Properties
- appCheckToken ↔ GoogleFirebaseAppcheckV1betaAppCheckToken?
-
Encapsulates an App Check token.
getter/setter pair
- artifact ↔ String?
-
An artifact that can be used in future calls to
ExchangeAppAttestAssertion.
getter/setter pair
-
artifactAsBytes
↔ List<
int> -
getter/setter pair
- attestationToken ↔ GoogleFirebaseAppcheckV1betaAttestationTokenResponse?
-
This field has been renamed to
app_check_token
.getter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited