AuthEndpointsData constructor
AuthEndpointsData({
- required String loginHint,
- 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,
Implementation
AuthEndpointsData({
required this.loginHint,
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,
});