LegacyMicrosoftAccount Class
The configuration settings of the legacy Microsoft Account provider.
Constructor
LegacyMicrosoftAccount(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
|
|
registration
|
The configuration settings of the app registration for the legacy Microsoft Account provider. |
|
login
|
The configuration settings of the login flow. |
|
validation
|
The configuration settings of the legacy Microsoft Account provider token validation flow. |
Attributes
enabled
false if the legacy Microsoft Account provider should not be enabled despite the
set registration; otherwise, true.
enabled: bool | None
login
The configuration settings of the login flow.
login: _models.LoginScopes | None
registration
The configuration settings of the app registration for the legacy Microsoft Account provider.
registration: _models.ClientRegistration | None
validation
The configuration settings of the legacy Microsoft Account provider token validation flow.
validation: _models.AllowedAudiencesValidation | None