Home
last modified time | relevance | path

Searched defs:authResponse (Results 1 – 19 of 19) sorted by relevance

/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/mythicbeasts/
H A Dclient.go20 type authResponse struct { struct
22 Token string `json:"access_token"`
25 Lifetime int `json:"expires_in"`
28 TokenType string `json:"token_type"`
30 Deadline time.Time `json:"-"`
/dports/security/lego/lego-4.5.3/providers/dns/mythicbeasts/
H A Dclient.go19 type authResponse struct { struct
21 Token string `json:"access_token"`
24 Lifetime int `json:"expires_in"`
27 TokenType string `json:"token_type"`
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/mythicbeasts/
H A Dclient.go19 type authResponse struct { struct
21 Token string `json:"access_token"`
24 Lifetime int `json:"expires_in"`
27 TokenType string `json:"token_type"`
/dports/security/vault/vault-1.8.2/vendor/github.com/snowflakedb/gosnowflake/
H A Dauth.go186 type authResponse struct { struct
187 Data authResponseMain `json:"data"`
188 Message string `json:"message"`
189 Code string `json:"code"`
190 Success bool `json:"success"`
/dports/security/lego/lego-4.5.3/providers/dns/otc/
H A Dclient.go43 type authResponse struct { struct
44 Identity identityResponse `json:"identity"`
45 Scope scopeResponse `json:"scope"`
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/go-acme/lego/v3/providers/dns/otc/
H A Dclient.go44 type authResponse struct { struct
45 Identity identityResponse `json:"identity"`
46 Scope scopeResponse `json:"scope"`
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-acme/lego/v4/providers/dns/otc/
H A Dclient.go43 type authResponse struct { struct
44 Identity identityResponse `json:"identity"`
45 Scope scopeResponse `json:"scope"`
/dports/devel/hadoop2/jetty-6.1.14/extras/client/src/main/java/org/mortbay/jetty/client/security/
H A DSecurityListener.java75 String authResponse = authString.toString(); in scrapeAuthenticationType() local
/dports/devel/hadoop/jetty-6.1.14/extras/client/src/main/java/org/mortbay/jetty/client/security/
H A DSecurityListener.java75 String authResponse = authString.toString(); in scrapeAuthenticationType() local
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/executor/
H A Dnetwork_interface_asio_auth.cpp200 auto authResponse = op->command().response(op, op->operationProtocol(), now(), nullptr); in _authenticate() local
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/
H A Dproxy_http.go127 authResponse *http.Response member
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/upstreamproxy/
H A Dproxy_http.go127 authResponse *http.Response member
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dtss12.c339 TPMS_AUTH12_RESPONSE authResponse[MAX_SESSION_NUM]; in TSS_Execute12_valist() local
835 TPMS_AUTH12_RESPONSE *authResponse[]) /* input: response in TSS_HmacSession12_Verify()
H A Dtssauth20.c1210 TPMS_AUTH_RESPONSE *authResponse = NULL; in TSS_GetRspAuths() local
H A Dtss20.c757 TPMS_AUTH_RESPONSE *authResponse[MAX_SESSION_NUM]; in TSS_Execute_valist() local
1037 static TPM_RC TSS_PwapSession_Verify(TPMS_AUTH_RESPONSE *authResponse) in TSS_PwapSession_Verify()
2903 TPMS_AUTH_RESPONSE *authResponse) /* input: response authorization */ in TSS_HmacSession_Verify()
/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/auth/
H A DTestBasicAuth.java428 String authResponse = "Basic " + EncodingUtil.getAsciiString( in testCustomAuthorizationHeader() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A Dsmtpconnection.cs567 string authResponse; field in System.Net.Mail.SmtpConnection.ConnectAndHandshakeAsyncResult
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dsession.h440 AUTHRESPONSE_TYPE authResponse; /* Response to user-auth request */ member
/dports/sysutils/vector/vector-0.10.0/cargo-crates/pulsar-1.0.0/
H A DPulsarApi.proto920 optional CommandAuthResponse authResponse = 37; field