|
|
|
@ -792,6 +792,8 @@ public static partial class OpenIddictClientEvents |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the nonce that will be used for the challenge demand, if applicable.
|
|
|
|
/// Note: this value MUST NOT be user-defined or extracted from any request and MUST be random
|
|
|
|
/// (generated by a random number generator suitable for cryptographic operations).
|
|
|
|
/// </summary>
|
|
|
|
public string? Nonce { get; set; } |
|
|
|
|
|
|
|
@ -931,6 +933,8 @@ public static partial class OpenIddictClientEvents |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Gets or sets the nonce that will be used for the sign-out demand, if applicable.
|
|
|
|
/// Note: this value MUST NOT be user-defined or extracted from any request and MUST be random
|
|
|
|
/// (generated by a random number generator suitable for cryptographic operations).
|
|
|
|
/// </summary>
|
|
|
|
public string? Nonce { get; set; } |
|
|
|
|
|
|
|
|