File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -89,11 +89,13 @@ def __init__(
8989 "public_certificate": "...-----BEGIN CERTIFICATE-----..." (Optional. See below.)
9090 }
9191
92- public_certificate (optional) is public key certificate which is
93- sent through 'x5c' JWT header only for
94- subject name and issuer authentication to support cert auto rolls
92+ *Added in version 0.5.0*:
93+ public_certificate (optional) is public key certificate
94+ which will be sent through 'x5c' JWT header only for
95+ subject name and issuer authentication to support cert auto rolls.
9596
9697 :param dict client_claims:
98+ *Added in version 0.5.0*:
9799 It is a dictionary of extra claims that would be signed by
98100 by this :class:`ConfidentialClientApplication` 's private key.
99101 For example, you can use {"client_ip": "x.x.x.x"}.
You can’t perform that action at this time.
0 commit comments