RecaptchaProviderFactory
class RecaptchaProviderFactory : NSObject, AppCheckProviderFactoryWarning
This API is a public preview and may be subject to change.
An implementation of AppCheckProviderFactory that creates a new instance of
RecaptchaProvider when requested.
-
Unavailable
Undocumented
-
Initializes a factory that will use the provided site key.
Declaration
Swift
init(siteKey: String)Parameters
siteKeyThe reCAPTCHA Enterprise iOS site key.