Home
last modified time | relevance | path

Searched refs:UnauthorizedClient (Results 1 – 10 of 10) sorted by relevance

/dports/net/krill/krill-0.9.4/cargo-crates/oauth2-4.1.0/src/
H A Dbasic.rs126 UnauthorizedClient, enumerator
143 "unauthorized_client" => BasicErrorResponseType::UnauthorizedClient, in from_str()
156 BasicErrorResponseType::UnauthorizedClient => "unauthorized_client", in as_ref()
H A Dtests.rs1564 BasicErrorResponseType::UnauthorizedClient, in test_error_response_serializer()
/dports/net/krill/krill-0.9.4/cargo-crates/openidconnect-2.1.0/src/core/
H A Dmod.rs1004 UnauthorizedClient, enumerator
1033 "unauthorized_client" => CoreAuthErrorResponseType::UnauthorizedClient, in from_str()
1056 CoreAuthErrorResponseType::UnauthorizedClient => "unauthorized_client", in as_ref()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-12-01/web/
H A Denums.go1204 UnauthorizedClient ResolveStatus = "UnauthorizedClient" const
1211 …ed, OtherReasons, Resolved, SecretNotFound, SecretVersionNotFound, UnauthorizedClient, VaultNotFou…
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/services/web/mgmt/2020-12-01/web/
H A Denums.go1204 UnauthorizedClient ResolveStatus = "UnauthorizedClient" const
1211 …ed, OtherReasons, Resolved, SecretNotFound, SecretVersionNotFound, UnauthorizedClient, VaultNotFou…
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-12-01/web/
H A Denums.go1204 UnauthorizedClient ResolveStatus = "UnauthorizedClient" const
1211 …ed, OtherReasons, Resolved, SecretNotFound, SecretVersionNotFound, UnauthorizedClient, VaultNotFou…
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/services/web/mgmt/2020-12-01/web/
H A Denums.go1204 UnauthorizedClient ResolveStatus = "UnauthorizedClient" const
1211 …ed, OtherReasons, Resolved, SecretNotFound, SecretVersionNotFound, UnauthorizedClient, VaultNotFou…
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/services/web/mgmt/2020-12-01/web/
H A Denums.go1204 UnauthorizedClient ResolveStatus = "UnauthorizedClient" const
1211 …ed, OtherReasons, Resolved, SecretNotFound, SecretVersionNotFound, UnauthorizedClient, VaultNotFou…
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/services/web/mgmt/2020-12-01/web/
H A Denums.go1204 UnauthorizedClient ResolveStatus = "UnauthorizedClient" const
1211 …ed, OtherReasons, Resolved, SecretNotFound, SecretVersionNotFound, UnauthorizedClient, VaultNotFou…
/dports/net/krill/krill-0.9.4/src/daemon/auth/providers/openid_connect/
H A Dprovider.rs1182 CoreErrorResponseType::UnauthorizedClient in authenticate()