ChallengeResult

public final class ChallengeResult

Holds the result of the challenge verification.

  • The flag to indicate the status of the verification result.

    Declaration

    Swift

    public fileprivate(set) var status: Bool
  • The next challenge mechanism dictated by policy.

    Declaration

    Swift

    public fileprivate(set) var nextChallenge: ChallengeProtocol?
  • The type of error.

    Declaration

    Swift

    public fileprivate(set) var error: Error?
  • The detailed information of the error.

    Declaration

    Swift

    public var errorDescription: String?
  • The flag to indicate an error.

    Declaration

    Swift

    public var hasError: Bool