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