Module auth

Source
Expand description

Contains functions related to request signing for the remote.it API. They are used by this lib, but you can also use them to implement your own abstraction.

Structs§

BuildAuthHeaderBuilder
Use builder syntax to set the inputs and finish with call().

Functions§

build_auth_header
You probably don’t want to use this function directly, unless you are implementing your own abstraction over the remote.it API.
create_signature
You probably don’t want to use this function directly, unless you are implementing your own abstraction over the remote.it API.
get_date
You probably don’t want to use this function directly, unless you are implementing your own abstraction for making requests to the remote.it API.