Class TokenDetails

    • Constructor Detail

      • TokenDetails

        public TokenDetails()
    • Method Detail

      • getClientId

        public String getClientId()
      • setClientId

        public void setClientId​(String clientId)
      • getCreationDate

        public Date getCreationDate()
      • setCreationDate

        public void setCreationDate​(Date p_creationDate)
      • getExpirationDate

        public Date getExpirationDate()
      • setExpirationDate

        public void setExpirationDate​(Date p_expirationDate)
      • getTokenType

        public String getTokenType()
      • setTokenType

        public void setTokenType​(String tokenType)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getScope

        public String getScope()
      • setScope

        public void setScope​(String scope)