Home
last modified time | relevance | path

Searched defs:MFA (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/www/mattermost-server/mattermost-server-6.0.2/shared/mfa/
H A Dmfa.go31 type MFA struct { struct
32 store Store
61 func (m *MFA) GenerateSecret(siteURL, userEmail, userID string) (string, []byte, error) {
84 func (m *MFA) Activate(userMfaSecret, userID string, token string) error {
110 func (m *MFA) Deactivate(userId string) error {
123 func (m *MFA) ValidateToken(secret, token string) (bool, error) {
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/S3/
H A DPutBucketVersioning.pm6 has MFA => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-mfa' ); attribute in Paws::S3::PutBucketVersioning
H A DDeleteObjects.pm6 has MFA => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-mfa' ); attribute in Paws::S3::DeleteObjects
H A DDeleteObject.pm6 has MFA => (is => 'ro', isa => 'Str', traits => ['ParamInHeader'], header_name => 'x-amz-mfa' ); attribute in Paws::S3::DeleteObject
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/sysutils/gomplate/vault-sdk-v0.1.13/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/sysutils/istio/vault-sdk-v0.1.12/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/misc/concourse/vault-bdd38fca2cff/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/website/source/docs/enterprise/sentinel/
H A Dindex.html.md73 ## MFA section in Overview
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/os_mon/test/
H A Dos_sup_SUITE.erl32 -define(MFA, {?MODULE, test_mfa, [?TAG]}). macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/os_mon/test/
H A Dos_sup_SUITE.erl32 -define(MFA, {?MODULE, test_mfa, [?TAG]}). macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/os_mon/test/
H A Dos_sup_SUITE.erl32 -define(MFA, {?MODULE, test_mfa, [?TAG]}). macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/os_mon/test/
H A Dos_sup_SUITE.erl32 -define(MFA, {?MODULE, test_mfa, [?TAG]}). macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/os_mon/test/
H A Dos_sup_SUITE.erl32 -define(MFA, {?MODULE, test_mfa, [?TAG]}). macro
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/os_mon/test/
H A Dos_sup_SUITE.erl32 -define(MFA, {?MODULE, test_mfa, [?TAG]}). macro
/dports/lang/erlang/otp-OTP-24.1.7/lib/os_mon/test/
H A Dos_sup_SUITE.erl32 -define(MFA, {?MODULE, test_mfa, [?TAG]}). macro
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/plaid/plaid-go/plaid/
H A Dinstitutions.go26 MFA []string `json:"mfa"` // e.g.: ["code", "list", "questions"] member
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_code.h150 #define DBG_TRACE_MFA_P(MFA, FMT, ...) \ argument
156 # define DBG_TRACE_MFA_P(MFA,FMT, ...) argument
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_code.h150 #define DBG_TRACE_MFA_P(MFA, FMT, ...) \ argument
156 # define DBG_TRACE_MFA_P(MFA,FMT, ...) argument
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_code.h150 #define DBG_TRACE_MFA_P(MFA, FMT, ...) \ argument
156 # define DBG_TRACE_MFA_P(MFA,FMT, ...) argument
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Dbeam_code.h150 #define DBG_TRACE_MFA_P(MFA, FMT, ...) \ argument
156 # define DBG_TRACE_MFA_P(MFA,FMT, ...) argument

1234567891011