AppCheckToken
class AppCheckToken : NSObject
An 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
token
A Firebase App Check token.
expirationDate
A Firebase App Check token expiration date in the device local time.