TokenResponse

constructor(accessToken: String, tokenType: String, expiresIn: Int, refreshToken: String? = null, scope: String? = null)