Firebase. AppCheck. DeviceCheckProviderFactory
Implementation of an IAppCheckProviderFactory that builds providering using the Device Check service.
Summary
To be used when targeting the iOS platform.
Inheritance
Inherits from: Firebase.AppCheck.IAppCheckProviderFactory Properties | |
---|---|
Instance | static DeviceCheckProviderFactory Gets an instance of this class for installation into a FirebaseAppCheck instance. |
Public functions | |
---|---|
CreateProvider(FirebaseApp app) | Gets the IAppCheckProvider associated with the given FirebaseApp instance, or creates one if none already exists. |
Properties
Instance
static DeviceCheckProviderFactory Instance
Gets an instance of this class for installation into a FirebaseAppCheck instance.
Public functions
CreateProvider
IAppCheckProvider CreateProvider( FirebaseApp app )
Gets the IAppCheckProvider associated with the given FirebaseApp instance, or creates one if none already exists.