Home
last modified time | relevance | path

Searched refs:updateToken (Results 1 – 25 of 113) sorted by relevance

12345

/dports/www/nextcloud/nextcloud/lib/private/Session/
H A DInternal.php119 * @param bool $updateToken Wheater to update the associated auth token
122 public function regenerateId(bool $deleteOldSession = true, bool $updateToken = false) { argument
125 if ($updateToken) {
131 $updateToken = false;
141 if ($updateToken) {
H A DCryptoSessionData.php156 * @param bool $updateToken Wheater to update the associated auth token
159 public function regenerateId(bool $deleteOldSession = true, bool $updateToken = false) { argument
160 $this->session->regenerateId($deleteOldSession, $updateToken);
/dports/www/nextcloud/nextcloud/lib/public/
H A DISession.php96 * @param bool $updateToken Wheater to update the associated auth token
100 public function regenerateId(bool $deleteOldSession = true, bool $updateToken = false); argument
/dports/www/nextcloud/nextcloud/lib/private/Authentication/Token/
H A DRemoteWipe.php71 $this->tokenProvider->updateToken($token);
95 $this->tokenProvider->updateToken($token);
H A DPublicKeyTokenProvider.php202 public function updateToken(IToken $token) { function in OC\\Authentication\\Token\\PublicKeyTokenProvider
264 $this->updateToken($t);
281 $this->updateToken($token);
426 $this->updateToken($t);
H A DManager.php99 public function updateToken(IToken $token) { function in OC\\Authentication\\Token\\Manager
101 $provider->updateToken($token);
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/prometheus/prometheus/vendor/github.com/hashicorp/consul/api/
H A Dagent.go591 return a.updateToken("acl_token", token, q)
597 return a.updateToken("acl_agent_token", token, q)
603 return a.updateToken("acl_agent_master_token", token, q)
609 return a.updateToken("acl_replication_token", token, q)
615 func (a *Agent) updateToken(target, token string, q *WriteOptions) (*WriteMeta, error) { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/api/
H A Dagent.go585 return c.updateToken("acl_token", token, q)
591 return c.updateToken("acl_agent_token", token, q)
597 return c.updateToken("acl_agent_master_token", token, q)
603 return c.updateToken("acl_replication_token", token, q)
609 func (c *Agent) updateToken(target, token string, q *WriteOptions) (*WriteMeta, error) { func
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/error_tracking_settings/components/
H A Derror_tracking_form.vue14 ...mapActions(['fetchProjects', 'updateApiHost', 'updateToken']),
55 @input="updateToken"
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/
H A DTokenProviderInterface.php49 public function updateToken($series, $tokenValue, \DateTime $lastUsed); function
H A DInMemoryTokenProvider.php40 public function updateToken($series, $tokenValue, \DateTime $lastUsed) function in Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\InMemoryTokenProvider
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Core/Authentication/RememberMe/
H A DTokenProviderInterface.php49 public function updateToken($series, $tokenValue, \DateTime $lastUsed); function
H A DInMemoryTokenProvider.php40 public function updateToken($series, $tokenValue, \DateTime $lastUsed) function in Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\InMemoryTokenProvider
/dports/www/bolt/bolt-2.2.24/vendor/symfony/security-core/Symfony/Component/Security/Core/Authentication/RememberMe/
H A DTokenProviderInterface.php50 public function updateToken($series, $tokenValue, \DateTime $lastUsed); function
H A DInMemoryTokenProvider.php40 public function updateToken($series, $tokenValue, \DateTime $lastUsed) function in Symfony\\Component\\Security\\Core\\Authentication\\RememberMe\\InMemoryTokenProvider
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/api/
H A Dagent.go836 return a.updateToken("acl_token", token, q)
842 return a.updateToken("acl_agent_token", token, q)
848 return a.updateToken("acl_agent_master_token", token, q)
854 return a.updateToken("acl_replication_token", token, q)
860 func (a *Agent) updateToken(target, token string, q *WriteOptions) (*WriteMeta, error) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/hashicorp/consul/api/
H A Dagent.go854 return a.updateToken("acl_token", token, q)
860 return a.updateToken("acl_agent_token", token, q)
866 return a.updateToken("acl_agent_master_token", token, q)
872 return a.updateToken("acl_replication_token", token, q)
878 func (a *Agent) updateToken(target, token string, q *WriteOptions) (*WriteMeta, error) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/api/
H A Dagent.go836 return a.updateToken("acl_token", token, q)
842 return a.updateToken("acl_agent_token", token, q)
848 return a.updateToken("acl_agent_master_token", token, q)
854 return a.updateToken("acl_replication_token", token, q)
860 func (a *Agent) updateToken(target, token string, q *WriteOptions) (*WriteMeta, error) { func
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/feature/ec2/imds/
H A Dtoken_provider.go148 tok, err = t.updateToken(ctx)
156 func (t *tokenProvider) updateToken(ctx context.Context) (*apiToken, error) { func
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-a930583ec379/feature/ec2/imds/
H A Dtoken_provider.go148 tok, err = t.updateToken(ctx)
156 func (t *tokenProvider) updateToken(ctx context.Context) (*apiToken, error) { func
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/feature/ec2/imds/
H A Dtoken_provider.go148 tok, err = t.updateToken(ctx)
156 func (t *tokenProvider) updateToken(ctx context.Context) (*apiToken, error) { func
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/feature/ec2/imds/
H A Dtoken_provider.go148 tok, err = t.updateToken(ctx)
156 func (t *tokenProvider) updateToken(ctx context.Context) (*apiToken, error) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/feature/ec2/imds/
H A Dtoken_provider.go148 tok, err = t.updateToken(ctx)
156 func (t *tokenProvider) updateToken(ctx context.Context) (*apiToken, error) { func
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/feature/ec2/imds/
H A Dtoken_provider.go148 tok, err = t.updateToken(ctx)
156 func (t *tokenProvider) updateToken(ctx context.Context) (*apiToken, error) { func
/dports/security/vault/aws-sdk-go-v2-1.5.0/feature/ec2/imds/
H A Dtoken_provider.go148 tok, err = t.updateToken(ctx)
156 func (t *tokenProvider) updateToken(ctx context.Context) (*apiToken, error) { func

12345