microsoft property
Optional Microsoft authentication settings.
Holds configuration details necessary for integrating Microsoft's authentication
into the application, such as the client ID, redirect URI, and authority URL.
If your application requires Microsoft authentication, provide an instance
of MicrosoftSettings with the appropriate configuration.
If microsoft is null, it indicates that Microsoft authentication is
either not required or not configured for the application.
Implementation
MicrosoftSettings? microsoft;