Home
last modified time | relevance | path

Searched refs:TokenLifetimeSeconds (Results 1 – 25 of 62) sorted by relevance

123

/dports/security/vault/vault-1.8.2/vendor/github.com/okta/okta-sdk-golang/okta/query/
H A Dquery.go52 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
210 p.TokenLifetimeSeconds = queryTokenLifetimeSeconds
306 if p.TokenLifetimeSeconds != 0 {
307 qs.Add(`tokenLifetimeSeconds`, strconv.FormatInt(p.TokenLifetimeSeconds, 10))
/dports/security/vault/vault-1.8.2/vendor/github.com/okta/okta-sdk-golang/v2/okta/query/
H A Dquery.go55 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
226 p.TokenLifetimeSeconds = queryTokenLifetimeSeconds
329 if p.TokenLifetimeSeconds != 0 {
330 qs.Add(`tokenLifetimeSeconds`, strconv.FormatInt(p.TokenLifetimeSeconds, 10))
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/okta/okta-sdk-golang/okta/query/
H A Dquery.go52 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
210 p.TokenLifetimeSeconds = queryTokenLifetimeSeconds
306 if p.TokenLifetimeSeconds != 0 {
307 qs.Add(`tokenLifetimeSeconds`, strconv.FormatInt(p.TokenLifetimeSeconds, 10))
/dports/security/vault/vault-1.8.2/vendor/github.com/okta/okta-sdk-golang/okta/
H A DverifyFactorRequest.go28 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DhardwareFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DsecurityQuestionFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DcallFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DemailFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DsmsFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DtokenFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DtotpFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DpushFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A Du2fFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DwebFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/okta/okta-sdk-golang/okta/
H A DverifyFactorRequest.go28 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DpushFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DsecurityQuestionFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DwebFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DcallFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DsmsFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A Du2fFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DtokenFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DemailFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DhardwareFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member
H A DtotpFactor.go36 TokenLifetimeSeconds int64 `json:"tokenLifetimeSeconds,omitempty"` member

123