Home
last modified time | relevance | path

Searched defs:AuthorizeRequest (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dauthorize.go30 type AuthorizeRequest struct { struct
31 ResponseType string `json:"response_type"`
32 ClientId string `json:"client_id"`
33 RedirectUri string `json:"redirect_uri"`
34 Scope string `json:"scope"`
35 State string `json:"state"`
79 func (ar *AuthorizeRequest) IsValid() *AppError {
129 func (ar *AuthorizeRequest) ToJson() string {
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Dauthorize.go30 type AuthorizeRequest struct { struct
31 ResponseType string `json:"response_type"`
32 ClientId string `json:"client_id"`
33 RedirectUri string `json:"redirect_uri"`
34 Scope string `json:"scope"`
35 State string `json:"state"`
79 func (ar *AuthorizeRequest) IsValid() *AppError {
129 func (ar *AuthorizeRequest) ToJson() string {
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Dauthorize.go28 type AuthorizeRequest struct { struct
29 ResponseType string `json:"response_type"`
30 ClientId string `json:"client_id"`
31 RedirectURI string `json:"redirect_uri"`
32 Scope string `json:"scope"`
33 State string `json:"state"`
77 func (ar *AuthorizeRequest) IsValid() *AppError {
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Dauthorize.go28 type AuthorizeRequest struct { struct
29 ResponseType string `json:"response_type"`
30 ClientId string `json:"client_id"`
31 RedirectURI string `json:"redirect_uri"`
32 Scope string `json:"scope"`
33 State string `json:"state"`
77 func (ar *AuthorizeRequest) IsValid() *AppError {
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Doauth.go149 func (a *App) GetOAuthImplicitRedirect(userID string, authRequest *model.AuthorizeRequest) (string,…
165 func (a *App) GetOAuthCodeRedirect(userID string, authRequest *model.AuthorizeRequest) (string, *mo…
176 func (a *App) AllowOAuthAppAccessToUser(userID string, authRequest *model.AuthorizeRequest) (string…
232 func (a *App) GetOAuthAccessTokenForImplicitFlow(userID string, authRequest *model.AuthorizeRequest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DRequestNotification.cs24 AuthorizeRequest = 0x00000004, // request is being authorized enumerator
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/distribution/
H A Dregistry.go153 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/distribution/
H A Dregistry.go153 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/distribution/
H A Dregistry.go153 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/distribution/
H A Dregistry.go149 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/distribution/
H A Dregistry.go152 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/distribution/
H A Dregistry.go155 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/distribution/
H A Dregistry.go155 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/distribution/
H A Dregistry.go155 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/distribution/
H A Dregistry.go152 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/distribution/
H A Dregistry.go152 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/distribution/
H A Dregistry.go152 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/distribution/
H A Dregistry.go155 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/client/auth/
H A Dsession.go40 AuthorizeRequest(req *http.Request, params map[string]string) error methodSpec
239 func (th *tokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error { func
496 func (bh *basicHandler) AuthorizeRequest(req *http.Request, params map[string]string) error { func
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/auth/
H A Dsession.go40 AuthorizeRequest(req *http.Request, params map[string]string) error methodSpec
239 func (th *tokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error { func
496 func (bh *basicHandler) AuthorizeRequest(req *http.Request, params map[string]string) error { func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/docker/distribution/registry/client/auth/
H A Dsession.go40 AuthorizeRequest(req *http.Request, params map[string]string) error methodSpec
239 func (th *tokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error { func
496 func (bh *basicHandler) AuthorizeRequest(req *http.Request, params map[string]string) error { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/cli/registry/client/
H A Dendpoint.go126 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/cli/registry/client/
H A Dendpoint.go126 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/docker/cli/cli/registry/client/
H A Dendpoint.go126 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/cli/registry/client/
H A Dendpoint.go126 func (th *existingTokenHandler) AuthorizeRequest(req *http.Request, params map[string]string) error… func

12345678910>>...12