SharedKeyCredentials Class

Inheritance
SharedKeyCredentials

Constructor

SharedKeyCredentials(account_name, key)

Parameters

account_name
key

Methods

signed_session

Create requests session with any required auth headers applied.

If a session object is provided, configure it directly. Otherwise, create a new session and return it.

signed_session

Create requests session with any required auth headers applied.

If a session object is provided, configure it directly. Otherwise, create a new session and return it.

signed_session(session=None)

Parameters

session
<xref:requests.Session>
default value: None

The session to configure for authentication

Return type

<xref:requests.Session>