AuthEndpointsData class
Constructors
-
AuthEndpointsData.new({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})
Properties
- authEndpoint → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- loginHint → String
-
final
- microsoftGraphApiBaseUrl → String
-
final
- oAuthBaseUrl → String
-
final
- openIDMetadataEndpoint → String
-
final
- redirectEnv → String
-
final
- redirectUrl → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scopes
→ List<
String> -
final
- tenantID → String
-
final
- tokenEndpoint → String
-
final
- userInfoEndpoint → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited