app_check::
Implementation of an AppCheckProviderFactory that builds AppAttestProviders.
Firebase App Check object.
Base class used to receive messages when AppCheck token changes.
Interface for a provider that generates AppCheckTokens.
Interface for a factory that generates AppCheckProviders.
Implementation of an AppCheckProviderFactory that builds DebugAppCheckProviders.
Implementation of an AppCheckProviderFactory that builds DeviceCheckProviders.
Implementation of an AppCheckProviderFactory that builds PlayIntegrityProviders.
Structs | |
---|---|
firebase:: | Struct to hold tokens emitted by the Firebase App Check service which are minted upon a successful application verification. |
AppCheckError
Error code returned by AppCheck 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 | Selected AppCheckProvider provider is not supported on the current platform or OS version. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-05-04 UTC.