Class AuthQuery
Container class for authentication query used for SISU flows.
Inheritance
System.Object
AuthQuery
Namespace: Den.Dev.Grunt.Models.Security
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class AuthQuery
Constructors
| Name | Description |
|---|---|
| AuthQuery() |
Properties
| Name | Description |
|---|---|
| CodeChallenge | Gets or sets the code challenge value. |
| CodeChallengeMethod | Gets or sets the code challenge method. |
| Display | Gets or sets the display string. |
| State | Gets or sets the state. |