Module tame_oidc::oidc[][src]

Structs

Token

This is the schema of the server’s response.

Functions

exchange_token_request
parse_token_response

Once a response has been received for a token request, call this method to deserialize the token and store it in the cache so that future API requests don’t have to retrieve a new token, until it expires.

refresh_token_request