File tree Expand file tree Collapse file tree 5 files changed +16
-26
lines changed
Expand file tree Collapse file tree 5 files changed +16
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ constructor:
5454 types :
5555 - <xref:boolean>
5656 - name : client_id
57+ isRequired : true
5758 - name : client_credential
5859 defaultValue : None
5960methods :
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ functions:
88 signature : extract_certs(public_cert_content)
99 parameters :
1010 - name : public_cert_content
11+ isRequired : true
1112classes :
1213- msal.application.ClientApplication
1314- msal.application.ConfidentialClientApplication
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ functions:
88 signature : is_subdict_of(small, big)
99 parameters :
1010 - name : small
11+ isRequired : true
1112 - name : big
13+ isRequired : true
1214classes :
1315- msal.token_cache.SerializableTokenCache
1416- msal.token_cache.TokenCache
Original file line number Diff line number Diff line change 11- items :
22 - name : Overview
3- uid : project- msal
3+ uid : msal
44 - items :
55 - name : Overview
66 uid : msal.application
7- - name : msal.application. ClientApplication
7+ - name : ClientApplication
88 uid : msal.application.ClientApplication
9- - name : msal.application. ConfidentialClientApplication
9+ - name : ConfidentialClientApplication
1010 uid : msal.application.ConfidentialClientApplication
11- - name : msal.application. PublicClientApplication
11+ - name : PublicClientApplication
1212 uid : msal.application.PublicClientApplication
13- name : msal. application
13+ name : application
1414 - items :
1515 - name : Overview
1616 uid : msal.auth_scheme
17- - name : msal.auth_scheme. PopAuthScheme
17+ - name : PopAuthScheme
1818 uid : msal.auth_scheme.PopAuthScheme
19- name : msal. auth_scheme
19+ name : auth_scheme
2020 - items :
2121 - name : Overview
2222 uid : msal.token_cache
23- - name : msal.token_cache. SerializableTokenCache
23+ - name : SerializableTokenCache
2424 uid : msal.token_cache.SerializableTokenCache
2525 - items :
2626 - name : Overview
2727 uid : msal.token_cache.TokenCache
28- - name : msal.token_cache.TokenCache. AuthorityType
28+ - name : AuthorityType
2929 uid : msal.token_cache.TokenCache.AuthorityType
30- - name : msal.token_cache.TokenCache. CredentialType
30+ - name : CredentialType
3131 uid : msal.token_cache.TokenCache.CredentialType
32- name : msal.token_cache.TokenCache
33- name : msal.token_cache
34- - name : msal
35- uid : msal
32+ name : TokenCache
33+ name : token_cache
3634 name : msal
37-
You can’t perform that action at this time.
0 commit comments