Uses of Enum
com.okta.sdk.resource.model.KeepMeSignedIn.PostAuthEnum
-
Uses of KeepMeSignedIn.PostAuthEnum in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionstatic KeepMeSignedIn.PostAuthEnum
KeepMeSignedIn.getPostAuth()
Whether the post-authentication Keep Me Signed In flow is allowedstatic KeepMeSignedIn.PostAuthEnum
Returns the enum constant of this type with the specified name.static KeepMeSignedIn.PostAuthEnum[]
KeepMeSignedIn.PostAuthEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionKeepMeSignedIn.postAuth
(KeepMeSignedIn.PostAuthEnum postAuth) void
KeepMeSignedIn.setPostAuth
(KeepMeSignedIn.PostAuthEnum postAuth)