Firebase.AppCheck.AppAttestProviderFactory
Stay organized with collections
Save and categorize content based on your preferences.
Implementation of an IAppCheckProviderFactory that builds providering using the App Attest service.
Summary
To be used when targeting the iOS platform.
Inheritance
Inherits from: Firebase.AppCheck.IAppCheckProviderFactory
Properties |
|
---|---|
Instance
|
static AppAttestProviderFactory
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 AppAttestProviderFactory 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.