IosConfig constructor

IosConfig({
  1. required String authority,
  2. AuthMiddleware authMiddleware = AuthMiddleware.msAuthenticator,
  3. TenantType tenantType = TenantType.entraIDAndMicrosoftAccount,
})

Implementation

IosConfig({
  required this.authority,
  this.authMiddleware = AuthMiddleware.msAuthenticator,
  this.tenantType = TenantType.entraIDAndMicrosoftAccount,
});