JwtHeaderContentError

@objc(VSSJwtHeaderContentError)
public enum JwtHeaderContentError : Int, LocalizedError

Declares error types and codes

  • base64UrlStrIsInvalid: given base64 string is invalid
  • Undocumented

    Declaration

    Swift

    case base64UrlStrIsInvalid = 1
  • Human-readable localized description

    Declaration

    Swift

    public var errorDescription: String? { get }