Module tame_oidc::oidc[][src]

Structs

Token

This is the schema of the server’s response.

Functions

exchange_token_request

Construct a token exchange request object For PKCE flow pass in the code_verifier and omit the client_secret.

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