Class EsiVerifyResponse

    • Constructor Detail

      • EsiVerifyResponse

        public EsiVerifyResponse()
    • Method Detail

      • getCharacterID

        public Integer getCharacterID()
        Token owner's character ID
        Returns:
        characterID
      • setCharacterID

        public void setCharacterID​(Integer characterID)
      • getCharacterName

        @Nullable
        public String getCharacterName()
        Token owner's character name
        Returns:
        characterName
      • setCharacterName

        public void setCharacterName​(String characterName)
      • getCharacterOwnerHash

        @Nullable
        public String getCharacterOwnerHash()
        Hash of the character's owner. If the character is sold or otherwise transferred, this will change
        Returns:
        characterOwnerHash
      • setCharacterOwnerHash

        public void setCharacterOwnerHash​(String characterOwnerHash)
      • getExpiresOn

        @Nullable
        public String getExpiresOn()
        Expiry time of the token (not RFC3339)
        Returns:
        expiresOn
      • setExpiresOn

        public void setExpiresOn​(String expiresOn)
      • getIntellectualProperty

        @Nullable
        public String getIntellectualProperty()
        The IP which generated the token
        Returns:
        intellectualProperty
      • setIntellectualProperty

        public void setIntellectualProperty​(String intellectualProperty)
      • getScopes

        @Nullable
        public String getScopes()
        Space separated list of scopes the token is valid for
        Returns:
        scopes
      • setScopes

        public void setScopes​(String scopes)
      • getTokenType

        @Nullable
        public String getTokenType()
        Type of access token
        Returns:
        tokenType
      • setTokenType

        public void setTokenType​(String tokenType)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object