Skip to content

Commit

Permalink
Update AuthRequest.cs (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
Willliamm authored Oct 28, 2021
1 parent 77a29e8 commit e0cafec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Requests/AuthRequest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ public class AuthRequest
public string grant_type { get; set; } = "client_credentials";
public string client_id { get; set; }
public string client_secret { get; set; }
public string username { get; set; }
public string password { get; set; }
}
}
}

0 comments on commit e0cafec

Please sign in to comment.