open-vault/vendor/github.com/chrismalek/oktasdk-go/okta/factors.go
Chris Hoffman 194491759d Updating Okta lib for credential backend (#3245)
* migrating to chrismalek/oktasdk-go Okta library

* updating path docs

* updating bool reference from config
2017-08-30 22:37:21 -04:00

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