Module openid_client::types
source · Expand description
Types Module
All the types, response, request, error etc are in this module
Structs
- Client Metadata
- Client Options
- Client Registration Options
- IssuerMetadata
- #MtlsEndpoints Alternative endpoints that can be used by a client with mTLS to access
- OidcClientError
- Request
- RequestOptions
- Response
- StandardBodyError
Type Definitions
type RequestInterceptoris 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.