VerifyAppCheckTokenResponse class

Constructors

VerifyAppCheckTokenResponse.new({required String appId, required DecodedAppCheckToken token, required bool? alreadyConsumed})

Properties

alreadyConsumed bool?
Indicates weather this token was already consumed. If this is the first time AppCheck.verifyToken method has seen this token, this field will contain the value false. The given token will then be marked as already_consumed for all future invocations of this AppCheck.verifyToken method for this token.
final
appId String
The App ID corresponding to the App the App Check token belonged to.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token DecodedAppCheckToken
The decoded Firebase App Check token.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited