Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the JwtSecurityToken that was received in the id_token + code OpenIdConnectRequest.
Namespace: Microsoft.Owin.Security.Notifications
Assembly: Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)
Syntax
public JwtSecurityToken JwtSecurityToken { get; set; }
public:
property JwtSecurityToken^ JwtSecurityToken {
JwtSecurityToken^ get();
void set(JwtSecurityToken^ value);
}
member JwtSecurityToken : JwtSecurityToken with get, set
Public Property JwtSecurityToken As JwtSecurityToken
Property Value
Type: System.IdentityModel.Tokens.JwtSecurityToken
See Also
AuthorizationCodeReceivedNotification Class
Microsoft.Owin.Security.Notifications Namespace
Return to top