Interface JwtException

All Known Implementing Classes:
JwtAudienceInvalidException, JwtInvalidException

public interface JwtException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Error code prefix of errors related to JWT.
  • Field Details

    • ERROR_CODE_PREFIX

      static final String ERROR_CODE_PREFIX
      Error code prefix of errors related to JWT.
      See Also: