Home
last modified time | relevance | path

Searched refs:jwtID (Results 1 – 5 of 5) sorted by relevance

/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dtoken_gen.go67 jwtID *string // https://tools.ietf.org/html/rfc7519#section-4.1.7 member
112 if t.jwtID == nil {
115 v := *(t.jwtID)
148 t.jwtID = nil
208 t.jwtID = &v
273 if t.jwtID != nil {
274 return *(t.jwtID)
324 if t.jwtID != nil {
325 v := *(t.jwtID)
352 t.jwtID = nil
[all …]
H A Dtoken_test.go99 jwtID := h.JwtID()
100 if jwtID != "" {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dtoken_gen.go67 jwtID *string // https://tools.ietf.org/html/rfc7519#section-4.1.7 member
112 if t.jwtID == nil {
115 v := *(t.jwtID)
148 t.jwtID = nil
208 t.jwtID = &v
273 if t.jwtID != nil {
274 return *(t.jwtID)
324 if t.jwtID != nil {
325 v := *(t.jwtID)
352 t.jwtID = nil
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/lestrrat-go/jwx/jwt/
H A Dtoken_gen.go34jwtID *string `json:"jti,omitempty"` // https://tools.ietf.org/html/rfc7519… member
66 if t.jwtID == nil {
69 return *(t.jwtID), true
121 t.jwtID = &x
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/openid/
H A Dtoken_gen.go94 jwtID *string // https://tools.ietf.org/html/rfc7519#section-4.1.7 member
158 if t.jwtID == nil {
161 v := *(t.jwtID)
308 t.jwtID = nil
406 t.jwtID = &v
588 if t.jwtID != nil {
589 return *(t.jwtID)
804 if t.jwtID != nil {
805 v := *(t.jwtID)
908 t.jwtID = nil
[all …]