Class JWTVerifier.Verification

  • Enclosing class:
    JWTVerifier

    public static final class JWTVerifier.Verification
    extends java.lang.Object
    The result of a successful verification.
    Author:
    Alex Kalderimis
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEmail()  
      java.lang.String getIdentity()  
      java.lang.String getIssuer()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getIssuer

        public java.lang.String getIssuer()
        Returns:
        the name of the issuer
      • getIdentity

        public java.lang.String getIdentity()
        Returns:
        the identity of the claimant
      • getEmail

        public java.lang.String getEmail()
        Returns:
        the email of the claimant