Skip to content

Commit 62f57a8

Browse files
committed
Rewrite OAuth2 API
1 parent 923baf9 commit 62f57a8

File tree

4 files changed

+823
-747
lines changed

4 files changed

+823
-747
lines changed

Release/include/cpprest/details/http_constants.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ DAT(bearer, "bearer")
168168
DAT(client_id, "client_id")
169169
DAT(client_secret, "client_secret")
170170
DAT(code, "code")
171+
DAT(password, "password")
172+
DAT(username, "username")
171173
DAT(expires_in, "expires_in")
172174
DAT(grant_type, "grant_type")
173175
DAT(redirect_uri, "redirect_uri")

0 commit comments

Comments
 (0)