Verification

public protocol Verification

Validating the personal information submitted by an individual. See more on the doc site.

  • id

    Identifier for the Verification.

    Declaration

    Swift

    var id: String { get }
  • Status indicating whether the verification passed, requires retry, or failed.

    Declaration

    Swift

    var status: Status { get }