Interface ServerChallengeResponse

Hierarchy

  • ServerChallengeResponse

Properties

challengeStatus?: string

ChallengeStatus to convey to the client.

Default

"error"

decrementRetry?: boolean

If true, this request counts as one failed retry.

Default

false

parameters?: ParameterKV
success?: boolean

If true, challenge has succeeded and server will issue the certificate.

Default

false

Generated using TypeDoc