|
|
|
@ -126,11 +126,6 @@ namespace OpenIddict.Server |
|
|
|
set => Transaction.Response = value; |
|
|
|
} |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the security principal used to forge the token response.
|
|
|
|
/// </summary>
|
|
|
|
public ClaimsPrincipal? Principal { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets the error code returned to the client application.
|
|
|
|
/// When the response indicates a successful response,
|
|
|
|
|