Uses of Enum
com.okta.sdk.resource.model.KeepMeSignedIn.PostAuthEnum
Packages that use KeepMeSignedIn.PostAuthEnum
-
Uses of KeepMeSignedIn.PostAuthEnum in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return KeepMeSignedIn.PostAuthEnumModifier and TypeMethodDescriptionstatic KeepMeSignedIn.PostAuthEnumKeepMeSignedIn.getPostAuth()Whether the post-authentication Keep Me Signed In flow is allowedstatic KeepMeSignedIn.PostAuthEnumReturns 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.Methods in com.okta.sdk.resource.model with parameters of type KeepMeSignedIn.PostAuthEnumModifier and TypeMethodDescriptionKeepMeSignedIn.postAuth(KeepMeSignedIn.PostAuthEnum postAuth) voidKeepMeSignedIn.setPostAuth(KeepMeSignedIn.PostAuthEnum postAuth)