Class LoginToken

java.lang.Object
cloud.pangeacyber.pangea.authn.models.LoginToken

public class LoginToken extends Object
  • Constructor Details

    • LoginToken

      public LoginToken()
  • Method Details

    • getToken

      public String getToken()
    • getId

      public String getId()
    • getType

      public String getType()
    • getLife

      public int getLife()
    • getExpire

      public String getExpire()
    • getIdentity

      public String getIdentity()
    • getEmail

      public String getEmail()
    • getProfile

      public Profile getProfile()
    • getCreatedAt

      public String getCreatedAt()
    • getScopes

      public Scopes getScopes()