Class ContinueWithAuthCommandSettings
Continues a request supplying authChallengeResponse following authRequired event.
public sealed class ContinueWithAuthCommandSettings : ICommand
- Inheritance
-
ContinueWithAuthCommandSettings
- Implements
- Inherited Members
Properties
AuthChallengeResponse
Response to with an authChallenge.
[JsonPropertyName("authChallengeResponse")]
public AuthChallengeResponse AuthChallengeResponse { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
RequestId
An id the client received in authRequired event.
[JsonPropertyName("requestId")]
public string RequestId { get; set; }