Package com.github.twitch4j.helix.domain
Class ExtensionSecret
java.lang.Object
com.github.twitch4j.helix.domain.ExtensionSecret
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The earliest possible time this secret is valid to sign a JWT in RFC 3339 format.Raw (base64-encoded) secret that should be used with JWT encoding.The latest possible time this secret may be used to decode a JWT in RFC 3339 format.int
hashCode()
toString()
-
Constructor Details
-
ExtensionSecret
public ExtensionSecret()
-
-
Method Details
-
getContent
Raw (base64-encoded) secret that should be used with JWT encoding. -
getActiveAt
The earliest possible time this secret is valid to sign a JWT in RFC 3339 format. -
getExpiresAt
The latest possible time this secret may be used to decode a JWT in RFC 3339 format. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-