AsyncRequestsCredentialsPolicy Class

Implementation of request-oauthlib except and retry logic.

Inheritance
AsyncRequestsCredentialsPolicy

Constructor

AsyncRequestsCredentialsPolicy(credentials)

Parameters

credentials

Methods

send

Mutate the request.

Context content is dependent of the HTTPSender.

send

Mutate the request.

Context content is dependent of the HTTPSender.

async send(request, **kwargs)

Parameters

request
Required