Home
last modified time | relevance | path

Searched defs:tokenJSON (Results 1 – 25 of 157) sorted by relevance

1234567

/dports/net/drive/drive-0.4.0/drive-gen/Godeps/_workspace/src/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/serde_cbor-0.11.2/tests/
H A Dde.rs58 assert_eq!(value.unwrap(), Value::Text("foobar".to_owned()));
63 let value: error::Result<Value> = de::from_slice(&[
64 0x71, 0x49, 0x20, 0x6d, 0x65, 0x74, 0x20, 0x61, 0x20, 0x74, 0x72, 0x61, 0x76, 0x65,
67 assert_eq!(value.unwrap(), Value::Text("I met a traveller".to_owned()));
/dports/sysutils/docker-machine/machine-0.16.2/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/hashicorp/go-discover/provider/gce/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/oauth2/internal/
H A Dtoken.go58 type tokenJSON struct { struct
59 AccessToken string `json:"access_token"`
60 TokenType string `json:"token_type"`
61 RefreshToken string `json:"refresh_token"`
62 …n expirationTime `json:"expires_in"` // at least PayPal returns string, while most return number
63 Expires expirationTime `json:"expires"` // broken Facebook spelling of expires_in
66 func (e *tokenJSON) expiry() (t time.Time) {

1234567