MicrosoftAccountDefaults Class¶
- Namespace
Microsoft.AspNetCore.Authentication.MicrosoftAccount- Assemblies
- Microsoft.AspNetCore.Authentication.MicrosoftAccount
Syntax¶
public class MicrosoftAccountDefaults
-
class
Microsoft.AspNetCore.Authentication.MicrosoftAccount.MicrosoftAccountDefaults
Fields¶
-
AuthenticationScheme()¶ Return type: System.String public const string AuthenticationScheme = "Microsoft"
-
AuthorizationEndpoint()¶ Return type: System.String public static readonly string AuthorizationEndpoint
-
TokenEndpoint()¶ Return type: System.String public static readonly string TokenEndpoint
-
UserInformationEndpoint()¶ Return type: System.String public static readonly string UserInformationEndpoint
-