Firebase.AppCheck
Summary
Enumerations |
|
---|---|
AppCheckError{
|
enum Error codes used by App Check. |
Classes |
|
---|---|
Firebase. |
Implementation of an IAppCheckProviderFactory that builds providering using the App Attest service. |
Firebase. |
Implementation of an IAppCheckProviderFactory that builds DebugAppCheckProviders. |
Firebase. |
Implementation of an IAppCheckProviderFactory that builds providering using the Device Check service. |
Firebase. |
Firebase App Check object. |
Firebase. |
Implementation of an IAppCheckProviderFactory that builds providering using the Play Integrity service. |
Firebase. |
Passed to the FirebaseAppCheck.TokenChanged event. |
Structs |
|
---|---|
Firebase. |
Token used by the Firebase App Check service. |
Interfaces |
|
---|---|
Firebase. |
Interface for a provider that generates AppCheckTokens. |
Firebase. |
Interface for a factory that generates AppCheckProviders. |
Enumerations
AppCheckError
AppCheckError
Error codes used by App Check.
Properties | |
---|---|
InvalidConfiguration
|
Invalid configuration error. Currently, an exception is thrown but this error is reserved for future implementations of invalid configuration detection. |
None
|
The operation was a success, no error occurred. |
ServerUnreachable
|
A network connection error. |
SystemKeychain
|
System keychain access error. Ensure that the app has proper keychain access. |
Unknown
|
An unknown error occurred. |
UnsupportedProvider
|
Selected AppCheckProvider is not supported on the current platform or OS version. |