OAuth2Token

constructor(accessToken: String, tokenType: String, expiresIn: Long? = null, refreshToken: String? = null, scope: String? = null, expired: Boolean = false, jti: String? = null)(source)