firebase:: app_check
  Summary
        Enumerations | 
    |
|---|---|
        AppCheckError{
       | 
      enum Error code returned by AppCheck C++ functions.   | 
    
        Classes | 
    |
|---|---|
| 
        firebase:: | 
      
         Implementation of an AppCheckProviderFactory that builds AppAttestProviders.  | 
    
| 
        firebase:: | 
      
         Firebase App Check object.  | 
    
| 
        firebase:: | 
      
         Base class used to receive messages when AppCheck token changes.  | 
    
| 
        firebase:: | 
      
         Interface for a provider that generates AppCheckTokens.  | 
    
| 
        firebase:: | 
      
         Interface for a factory that generates AppCheckProviders.  | 
    
| 
        firebase:: | 
      
         Implementation of an AppCheckProviderFactory that builds DebugAppCheckProviders.  | 
    
| 
        firebase:: | 
      
         Implementation of an AppCheckProviderFactory that builds DeviceCheckProviders.  | 
    
| 
        firebase:: | 
      
         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.  | 
    
Enumerations
AppCheckError
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.  |