Skip to content

Commit 0391505

Browse files
author
VSC-Service-Account
committed
1 parent 9407415 commit 0391505

File tree

5 files changed

+16
-26
lines changed

5 files changed

+16
-26
lines changed

python/docs-ref-autogen/msal/index.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

python/docs-ref-autogen/msal/msal.application.PublicClientApplication.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
5960
methods:

python/docs-ref-autogen/msal/msal.application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ functions:
88
signature: extract_certs(public_cert_content)
99
parameters:
1010
- name: public_cert_content
11+
isRequired: true
1112
classes:
1213
- msal.application.ClientApplication
1314
- msal.application.ConfidentialClientApplication

python/docs-ref-autogen/msal/msal.token_cache.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1214
classes:
1315
- msal.token_cache.SerializableTokenCache
1416
- msal.token_cache.TokenCache

python/docs-ref-autogen/toc.yml

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,34 @@
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-

0 commit comments

Comments
 (0)