Class ExtensionSecret

java.lang.Object
com.github.twitch4j.helix.domain.ExtensionSecret

public class ExtensionSecret extends Object
  • Constructor Details

    • ExtensionSecret

      public ExtensionSecret()
  • Method Details

    • getContent

      public String getContent()
      Raw (base64-encoded) secret that should be used with JWT encoding.
    • getActiveAt

      public Instant getActiveAt()
      The earliest possible time this secret is valid to sign a JWT in RFC 3339 format.
    • getExpiresAt

      public Instant getExpiresAt()
      The latest possible time this secret may be used to decode a JWT in RFC 3339 format.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object