AppCheckToken
class AppCheckToken : NSObjectAn object representing a Firebase App Check token.
-
A Firebase App Check token.
Declaration
Swift
var token: String { get } -
The App Check token’s expiration date in the device’s local time.
Declaration
Swift
var expirationDate: Date { get } -
Unavailable
Undocumented
-
The default initializer.
Declaration
Swift
init(token: String, expirationDate: Date)Parameters
tokenA Firebase App Check token.
expirationDateA Firebase App Check token expiration date in the device local time.