We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bc7a6 commit d953726Copy full SHA for d953726
lib/msal-common/src/request/AuthorizationCodeUrlRequest.ts
@@ -42,9 +42,9 @@ export type AuthorizationCodeUrlRequest = {
42
codeChallenge?: string;
43
44
/**
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
+ * The method used to encode the code verifier for the code challenge parameter. Can be
+ * "plain" or "S256". If excluded, code challenge is assumed to be plaintext. For more
+ * information, see the PKCE RCF: https://tools.ietf.org/html/rfc7636
48
*/
49
codeChallengeMethod?: string;
50
0 commit comments