Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.application.ClientApplication
name: ClientApplication
fullName: msal.application.ClientApplication
module: msal.application
inheritances:
- builtins.object
summary: 'You do not usually directly use this class. Use its subclasses instead:

<xref:msal.application.PublicClientApplication> and <xref:msal.application.ConfidentialClientApplication>.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.application.ConfidentialClientApplication
name: ConfidentialClientApplication
fullName: msal.application.ConfidentialClientApplication
module: msal.application
inheritances:
- msal.application.ClientApplication
summary: 'Same as <xref:ClientApplication.__init__>,

except that `allow_broker` parameter shall remain `None`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.application.PublicClientApplication
name: PublicClientApplication
fullName: msal.application.PublicClientApplication
module: msal.application
inheritances:
- msal.application.ClientApplication
summary: "Same as <xref:ClientApplication.__init__>,\nexcept that `client_credential`\
\ parameter shall remain `None`.\n\n> [!NOTE]\n> You may set enable_broker_on_windows\
\ and/or enable_broker_on_mac to True.\n>\n> \n>\n> What is a broker, and why use\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.auth_scheme.PopAuthScheme
name: PopAuthScheme
fullName: msal.auth_scheme.PopAuthScheme
module: msal.auth_scheme
inheritances:
- builtins.object
summary: Create an auth scheme which is needed to obtain a Proof-of-Possession token.
constructor:
syntax: PopAuthScheme(http_method=None, url=None, nonce=None)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: msal.managed_identity.ArcPlatformNotSupportedError
name: ArcPlatformNotSupportedError
fullName: msal.managed_identity.ArcPlatformNotSupportedError
module: msal.managed_identity
inheritances:
- msal.managed_identity.ManagedIdentityError
constructor:
syntax: ArcPlatformNotSupportedError()
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.managed_identity.ManagedIdentity
name: ManagedIdentity
fullName: msal.managed_identity.ManagedIdentity
module: msal.managed_identity
inheritances:
- collections.UserDict
summary: 'Feed an instance of this class to <xref:msal.ManagedIdentityClient>

to acquire token for the specified managed identity.'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.managed_identity.ManagedIdentityClient
name: ManagedIdentityClient
fullName: msal.managed_identity.ManagedIdentityClient
module: msal.managed_identity
inheritances:
- builtins.object
summary: "This API encapsulates multiple managed identity back-ends:\nVM, App Service,\
\ Azure Automation (Runbooks), Azure Function, Service Fabric,\nand Azure Arc.\n\
\nIt also provides token cache support.\n\n> [!NOTE]\n> Cloud Shell support is NOT\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ uid: msal.managed_identity.ManagedIdentityError
name: ManagedIdentityError
fullName: msal.managed_identity.ManagedIdentityError
module: msal.managed_identity
inheritances:
- builtins.ValueError
constructor:
syntax: ManagedIdentityError()
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.managed_identity.SystemAssignedManagedIdentity
name: SystemAssignedManagedIdentity
fullName: msal.managed_identity.SystemAssignedManagedIdentity
module: msal.managed_identity
inheritances:
- msal.managed_identity.ManagedIdentity
summary: "Represent a system-assigned managed identity.\n\nIt is equivalent to a Python\
\ dict of:\n\n<!-- literal_block {\"ids\": [], \"classes\": [], \"names\": [], \"\
dupnames\": [], \"backrefs\": [], \"xml:space\": \"preserve\", \"language\": \"\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.managed_identity.UserAssignedManagedIdentity
name: UserAssignedManagedIdentity
fullName: msal.managed_identity.UserAssignedManagedIdentity
module: msal.managed_identity
inheritances:
- msal.managed_identity.ManagedIdentity
summary: "Represent a user-assigned managed identity.\n\nDepends on the id you provided,\
\ the outcome is equivalent to one of the below:\n\n<!-- literal_block {\"ids\"\
: [], \"classes\": [], \"names\": [], \"dupnames\": [], \"backrefs\": [], \"xml:space\"\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.token_cache.SerializableTokenCache
name: SerializableTokenCache
fullName: msal.token_cache.SerializableTokenCache
module: msal.token_cache
inheritances:
- msal.token_cache.TokenCache
summary: "This serialization can be a starting point to implement your own persistence.\n\
\nThis class does NOT actually persist the cache on disk/db/etc..\nDepending on\
\ your need,\nthe following simple recipe for file-based, unencrypted persistence\
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.token_cache.TokenCache.AuthorityType
name: AuthorityType
fullName: msal.token_cache.TokenCache.AuthorityType
module: msal.token_cache.TokenCache
inheritances:
- builtins.object
constructor:
syntax: AuthorityType()
attributes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.token_cache.TokenCache.CredentialType
name: CredentialType
fullName: msal.token_cache.TokenCache.CredentialType
module: msal.token_cache.TokenCache
inheritances:
- builtins.object
constructor:
syntax: CredentialType()
attributes:
Expand Down
2 changes: 0 additions & 2 deletions python/docs-ref-autogen/msal/msal.token_cache.TokenCache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ uid: msal.token_cache.TokenCache
name: TokenCache
fullName: msal.token_cache.TokenCache
module: msal.token_cache
inheritances:
- builtins.object
summary: 'This is considered as a base class containing minimal cache behavior.


Expand Down
Loading