ChallengeSession

public protocol ChallengeSession

Protocol for challenge sessions that need to be verified at some point in the process.

  • The verifier code used to request the challenge

    Declaration

    Swift

    var verifierCode: VerifierCode { get }
  • Validate the session with the given id token

    Declaration

    Swift

    func validateNonce(with idToken: String) throws -> Bool