8 lines
143 B
Go
8 lines
143 B
Go
![]() |
package constants
|
||
|
|
||
|
// Authenticators Methods
|
||
|
const (
|
||
|
// EnvKeyTOTPAuthenticator key for env variable TOTP
|
||
|
EnvKeyTOTPAuthenticator = "totp"
|
||
|
)
|