Update client_secret examples so that they are valid (#2985)
The regex of allowed characters for a `client_secret` parameter is `[0-9a-zA-Z.=_-]`. This PR updates the `client_secret` spec examples, which currently include an invalid character (an apostrophe).pull/977/head
parent
466911b253
commit
ad93aa6546
@ -0,0 +1 @@
|
||||
Correct examples of `client_secret` request body parameters so that they do not include invalid characters.
|
Loading…
Reference in New Issue