TwitchToken

class TwitchToken(val accessToken: String = "", val expiresIn: Long = 0, val tokenType: String = "", val receiveTimestamp: Instant? = null)

Constructors

Link copied to clipboard
constructor(accessToken: String = "", expiresIn: Long = 0, tokenType: String = "", receiveTimestamp: Instant? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val expiresIn: Long = 0
Link copied to clipboard
val receiveTimestamp: Instant? = null
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(accessToken: String = this.accessToken, expiresIn: Long = this.expiresIn, tokenType: String = this.tokenType, receiveTimestamp: Instant? = this.receiveTimestamp): TwitchToken
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int