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"
)