AzureAuth constructor
- {required AuthenticatorProvider authenticatorProvider,
- StorageProvider? storageProvider}
Constructor to initialize the AzureAuth instance.
Parameters:
_authenticatorProvider
: The AuthenticatorProvider for the login process. Recommended to useDefaultAuthenticator
if using this package for the first time.storageOperations
: Optional parameter for a custom StorageProvider. Defaults to usingDefaultStorage
if no value is provided.
Implementation
AzureAuth