AzureAuth constructor

AzureAuth(
  1. {required AuthenticatorProvider authenticatorProvider,
  2. StorageProvider? storageProvider}
)

Constructor to initialize the AzureAuth instance.

Parameters:

  • _authenticatorProvider: The AuthenticatorProvider for the login process. Recommended to use DefaultAuthenticator if using this package for the first time.
  • storageOperations: Optional parameter for a custom StorageProvider. Defaults to using DefaultStorage if no value is provided.

Implementation

AzureAuth