Crate openid_client

source ·
Expand description

OpenID Client

WORK IN PROGRESS. DO NOT USE

This crate is an OpenID Connect RP library based on an openid client by panva called openid-client

Issuer API

Client API

Structs

Type Definitions

  • type RequestInterceptor is the alias for the closure that can be passed through one of several methods that will be executed every time a request is being made.