DataLakeCredential Class

Inheritance
builtins.object
DataLakeCredential

Constructor

DataLakeCredential(token)

Parameters

token

Methods

refresh_token

Refresh an expired authorization token

signed_session

Create requests session with any required auth headers applied.

refresh_token

Refresh an expired authorization token

refresh_token(authority=None)

Parameters

authority
string
default value: None

The full URI of the authentication authority to authenticate against (such as https://login.microsoftonline.com/)

signed_session

Create requests session with any required auth headers applied.

signed_session() -> requests.sessions.Session

Return type

<xref:requests.Session>