AuthEndpointsData constructor
AuthEndpointsData({
- required String microsoftGraphApiBaseUrl,
- required List<
String> scopes, - required String tenantID,
- required String oAuthBaseUrl,
- required String redirectEnv,
- required String redirectUrl,
- required String authEndpoint,
- required String tokenEndpoint,
- required String openIDMetadataEndpoint,
- required String userInfoEndpoint,
- String? loginHint,
Implementation
AuthEndpointsData({
required this.microsoftGraphApiBaseUrl,
required this.scopes,
required this.tenantID,
required this.oAuthBaseUrl,
required this.redirectEnv,
required this.redirectUrl,
required this.authEndpoint,
required this.tokenEndpoint,
required this.openIDMetadataEndpoint,
required this.userInfoEndpoint,
this.loginHint,
});