com.google.firebase.appcheck
Interfaces
AppCheckProvider |
Interface for a provider that generates |
AppCheckProviderFactory |
Interface for a factory that generates |
FirebaseAppCheck.AppCheckListener |
Classes
AppCheckToken |
Class to hold tokens emitted by the Firebase App Check service which are minted upon a successful application verification. |
FirebaseAppCheck |
Extension functions summary
FirebaseAppCheck |
Firebase.appCheck(app: FirebaseApp)Returns the |
operator String |
Destructuring declaration for |
operator Long |
Destructuring declaration for |
Extension properties summary
FirebaseAppCheck |
Returns the |
Extension functions
appCheck
fun Firebase.appCheck(app: FirebaseApp): FirebaseAppCheck
Returns the FirebaseAppCheck instance of a given FirebaseApp.
component1
operator fun AppCheckToken.component1(): String
Destructuring declaration for AppCheckToken to provide token.
| Returns | |
|---|---|
String |
the token of the |
component2
operator fun AppCheckToken.component2(): Long
Destructuring declaration for AppCheckToken to provide expireTimeMillis.
| Returns | |
|---|---|
Long |
the expireTimeMillis of the |
Extension properties
appCheck
val Firebase.appCheck: FirebaseAppCheck
Returns the FirebaseAppCheck instance of the default FirebaseApp.