OAuthCreatingTicketContext
OAuthCreatingTicketContext(ClaimsPrincipal, AuthenticationProperties, HttpContext, AuthenticationScheme, OAuthOptions, HttpClient, OAuthTokenResponse)
OAuthCreatingTicketContext(ClaimsPrincipal, AuthenticationProperties, HttpContext, AuthenticationScheme, OAuthOptions, HttpClient, OAuthTokenResponse, JObject)
OAuthCreatingTicketContext(ClaimsPrincipal, AuthenticationProperties, HttpContext, AuthenticationScheme, OAuthOptions, HttpClient, OAuthTokenResponse, JsonElement)
AccessToken
Backchannel
ExpiresIn
Identity
RefreshToken
TokenResponse
TokenType
User
RunClaimActions()
RunClaimActions(JObject)
RunClaimActions(JsonElement)
net9.0
namespace Microsoft.AspNetCore.Authentication.OAuth
{
public class OAuthCreatingTicketContext : ResultContext<OAuthOptions!>
{
public OAuthCreatingTicketContext(ClaimsPrincipal! principal, AuthenticationProperties! properties, HttpContext! context, AuthenticationScheme! scheme, OAuthOptions! options, HttpClient! backchannel, OAuthTokenResponse! tokens, JsonElement user);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Authentication.OAuth , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API