loginWithMicrosoft method
Implementation
Future<Map<Object?, Object?>?> loginWithMicrosoft({
required String tenantId,
required String clientId,
String? clientSecret,
required String redirectUrl,
required String scope,
String? tokenScope,
String? nonce,
}) {
throw UnimplementedError('loginWithMicrosoft() has not been implemented.');
}