AuthorizationCodeReceivedContext.JwtSecurityToken Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the JwtSecurityToken that was received in the authentication response, if any.
public:
property System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ JwtSecurityToken { System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ get(); void set(System::IdentityModel::Tokens::Jwt::JwtSecurityToken ^ value); };
public System.IdentityModel.Tokens.Jwt.JwtSecurityToken JwtSecurityToken { get; set; }
public System.IdentityModel.Tokens.Jwt.JwtSecurityToken? JwtSecurityToken { get; set; }
member this.JwtSecurityToken : System.IdentityModel.Tokens.Jwt.JwtSecurityToken with get, set
Public Property JwtSecurityToken As JwtSecurityToken