Client#

Authentication module#

authenticate([url, realm, grant_type, ...])

Authenticates the user with a password or refresh token against the HPS authentication service.

Connection module#

create_session([access_token, verify, ...])

Get the requests.Session object configured for HPS with a given access token.

ping(session, url[, timeout])

Ping the given URL.

Client object#

Client([url, username, password, realm, ...])

Provides the Python client to the HPS APIs.