Class ContinueWithAuthCommandSettings
ContinueWithAuth
public sealed class ContinueWithAuthCommandSettings : ICommand
- Inheritance
-
ContinueWithAuthCommandSettings
- Implements
- Inherited Members
Properties
AuthChallengeResponse
Gets or sets the authChallengeResponse
[JsonPropertyName("authChallengeResponse")]
public AuthChallengeResponse AuthChallengeResponse { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
RequestId
Gets or sets the requestId
[JsonPropertyName("requestId")]
public string RequestId { get; set; }