AuthRequest({ required this.client_id, required this.secret, this.grant_type = "client_credentials", this.scope = "*", });