mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-11 07:36:38 -07:00
rusftormat zeroidc
This commit is contained in:
parent
4674bb5c8b
commit
f9af9a15f2
4 changed files with 114 additions and 201 deletions
|
@ -15,9 +15,7 @@ use thiserror::Error;
|
|||
#[derive(Error, Debug)]
|
||||
pub enum ZeroIDCError {
|
||||
#[error(transparent)]
|
||||
DiscoveryError(
|
||||
#[from] openidconnect::DiscoveryError<openidconnect::reqwest::Error<reqwest::Error>>,
|
||||
),
|
||||
DiscoveryError(#[from] openidconnect::DiscoveryError<openidconnect::reqwest::Error<reqwest::Error>>),
|
||||
|
||||
#[error(transparent)]
|
||||
ParseError(#[from] url::ParseError),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue