firebase:: app_check
Summary
Enumerations | |
|---|---|
AppCheckError{ | enum Error code returned byAppCheck C++ functions. |
Classes | |
|---|---|
| firebase:: | Implementation of anAppCheckProviderFactory that builds AppAttestProviders. |
| firebase:: | FirebaseApp Check object. |
| firebase:: | Base class used to receive messages whenAppCheck token changes. |
| firebase:: | Interface for a provider that generatesAppCheckTokens. |
| firebase:: | Interface for a factory that generatesAppCheckProviders. |
| firebase:: | Implementation of anAppCheckProviderFactory that builds DebugAppCheckProviders. |
| firebase:: | Implementation of anAppCheckProviderFactory that builds DeviceCheckProviders. |
| firebase:: | Implementation of anAppCheckProviderFactory that builds PlayIntegrityProviders. |
Structs | |
|---|---|
| firebase:: | Struct to hold tokens emitted by the FirebaseApp Check service which are minted upon a successful application verification. |
Enumerations
AppCheckError
AppCheckErrorError code returned byAppCheck C++ functions.
| Properties | |
|---|---|
kAppCheckErrorInvalidConfiguration | Invalid configuration error. Currently, an exception is thrown but this error is reserved for future implementations of invalid configuration detection. |
kAppCheckErrorNone | The operation was a success, no error occurred. |
kAppCheckErrorServerUnreachable | A network connection error. |
kAppCheckErrorSystemKeychain | System keychain access error. Ensure that the app has proper keychain access. |
kAppCheckErrorUnknown | An unknown error occurred. |
kAppCheckErrorUnsupportedProvider | SelectedAppCheckProvider provider is not supported on the current platform or OS version. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-04 UTC.