Skip to content

Commit d953726

Browse files
SantiagoSantiago
Santiago
authored and
Santiago
committed
Fix casing
1 parent 48bc7a6 commit d953726

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/msal-common/src/request/AuthorizationCodeUrlRequest.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export type AuthorizationCodeUrlRequest = {
4242
codeChallenge?: string;
4343

4444
/**
45-
* the method used to encode the code verifier for the code challenge parameter. can be one
46-
* of plain or s256. if excluded, code challenge is assumed to be plaintext. for more
47-
* information, see the pkce rcf: https://tools.ietf.org/html/rfc7636
45+
* The method used to encode the code verifier for the code challenge parameter. Can be
46+
* "plain" or "S256". If excluded, code challenge is assumed to be plaintext. For more
47+
* information, see the PKCE RCF: https://tools.ietf.org/html/rfc7636
4848
*/
4949
codeChallengeMethod?: string;
5050

0 commit comments

Comments
 (0)