OAuthTokenResponse

constructor(id_token: String? = null, access_token: String, token_type: String, expires_in: Int? = -1, refresh_token: String? = null, scope: String? = null)