open-vault/vendor/github.com/chrismalek/oktasdk-go/okta/factors.go

9 lines
233 B
Go

package okta
const (
// MFAStatusActive is a constant to represent OKTA User State returned by the API
MFAStatusActive = "ACTIVE"
// MFAStatusPending is a user MFA Status of NOT Active
MFAStatusPending = "PENDING_ACTIVATION"
)