Commit 0217c57
committed
bug: Fix OAuth Exchange docs
This was reported by a Customer.
When performing a private OAuth Exchange, the correct value for
`grant_type` is "authorization_code". This parameter may also be
omitted, as this value is the default; it only need be provided (as
"refresh_token") when doing an OAuth Token Refresh.1 parent 676a835 commit 0217c57
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments