Class TokenCreationPayload

    • Constructor Detail

      • TokenCreationPayload

        public TokenCreationPayload()
    • Method Detail

      • getTtl

        @Nullable
        public Integer getTtl()
        Time in seconds that the token will be active. A value of 0 means that the token has no exipration date. The default is to have no expiration. minimum: 0 maximum: 2147483647
        Returns:
        ttl
      • setTtl

        public void setTtl​(Integer ttl)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object