Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.42 KB

UserLoginStage.md

File metadata and controls

21 lines (16 loc) · 1.42 KB

UserLoginStage

Properties

Name Type Description Notes
pk java.util.UUID [readonly]
name kotlin.String
component kotlin.String Get object type so that we know how to edit the object [readonly]
verboseName kotlin.String Return object's verbose_name [readonly]
verboseNamePlural kotlin.String Return object's plural verbose_name [readonly]
metaModelName kotlin.String Return internal model name [readonly]
flowSet kotlin.collections.List<FlowSet> [optional]
sessionDuration kotlin.String Determines how long a session lasts. Default of 0 means that the sessions lasts until the browser is closed. (Format: hours=-1;minutes=-2;seconds=-3) [optional]
terminateOtherSessions kotlin.Boolean Terminate all other sessions of the user logging in. [optional]
rememberMeOffset kotlin.String Offset the session will be extended by when the user picks the remember me option. Default of 0 means that the remember me option will not be shown. (Format: hours=-1;minutes=-2;seconds=-3) [optional]
networkBinding NetworkBindingEnum [optional]
geoipBinding GeoipBindingEnum [optional]