ClientAssertionCredential Class

Inheritance
azure.identity.aio._internal.AsyncContextManager
ClientAssertionCredential
azure.identity.aio._internal.get_token_mixin.GetTokenMixin
ClientAssertionCredential

Constructor

ClientAssertionCredential(tenant_id: str, client_id: str, func: Callable[], str], **kwargs: Any)

Parameters

tenant_id
client_id
func

Methods

close

Close the credential's transport session.

close

Close the credential's transport session.

async close() -> None