Module oidc_errors

Source
Available on crate features client and oidc only.
Expand description

Possible errors when handling OIDC authentication.

Enumsยง

Error
Possible errors when dealing with OIDC.
IdTokenError
Possible errors when extracting expiration time from an ID token.
RefreshError
Possible errors when using the refresh token.
RefreshInitError
Possible error when initializing the ID token refreshing.