TokenResponse

constructor(accessToken: String, refreshToken: String? = null, tokenType: String, expiresIn: Long? = null, scope: Set<Scope>? = null)