GoogleFirebaseAppcheckV1betaDebugToken class
A debug token is a secret used during the development or integration testing of an app.
It essentially allows the development or integration testing to bypass app attestation while still allowing App Check to enforce protection on supported production Firebase services.
Constructors
- GoogleFirebaseAppcheckV1betaDebugToken({String? displayName, String? name, String? token})
- GoogleFirebaseAppcheckV1betaDebugToken.fromJson(Map _json)
Properties
- displayName ↔ String?
-
A human readable display name used to identify this debug token.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The relative resource name of the debug token, in the format:
projects/{project_number}/apps/{app_id}/debugTokens/{debug_token_id}
getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- token ↔ String?
-
Input only.
getter/setter pair
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