MicrosoftSettings class
Represents the configuration settings necessary for Microsoft authentication.
This class holds the essential details required to authenticate with Microsoft's identity platform.
Constructors
- MicrosoftSettings({required String clientId, required String redirectUri, required String authority})
Properties
-
The Authority URL for Microsoft identity platform.
final
- clientId → String
-
The Client ID of your application registered in Azure Active Directory.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- redirectUri → String
-
The Redirect URI of your application.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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