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__(
89
89
"public_certificate": "...-----BEGIN CERTIFICATE-----..." (Optional. See below.)
90
90
}
91
91
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.
95
96
96
97
:param dict client_claims:
98
+ *Added in version 0.5.0*:
97
99
It is a dictionary of extra claims that would be signed by
98
100
by this :class:`ConfidentialClientApplication` 's private key.
99
101
For example, you can use {"client_ip": "x.x.x.x"}.
You can’t perform that action at this time.
0 commit comments