MicrosoftAccountHandler
MicrosoftAccountHandler(IOptionsMonitor<MicrosoftAccountOptions>, ILoggerFactory, UrlEncoder)
MicrosoftAccountHandler(IOptionsMonitor<MicrosoftAccountOptions>, ILoggerFactory, UrlEncoder, ISystemClock)
BuildChallengeUrl(AuthenticationProperties, String)
CreateTicketAsync(ClaimsIdentity, AuthenticationProperties, OAuthTokenResponse)
netcoreapp2.2
namespace Microsoft.AspNetCore.Authentication.MicrosoftAccount
{
public class MicrosoftAccountHandler : OAuthHandler<MicrosoftAccountOptions>
{
public MicrosoftAccountHandler(IOptionsMonitor<MicrosoftAccountOptions> options, ILoggerFactory logger, UrlEncoder encoder, ISystemClock clock);
}
}
.NET | 9.010.0 |
---|---|
.NET Core | 2.12.2 |
Information specific to netcoreapp2.2 | |
Assembly | Microsoft.AspNetCore.Authentication.MicrosoftAccount , Version=2.2.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API