SelfServiceLoginFlowBuilder class

Properties

active IdentityCredentialsType?
getter/setter pair
createdAt DateTime?
getter/setter pair
expiresAt DateTime?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
issuedAt DateTime?
getter/setter pair
refresh bool?
getter/setter pair
requestedAal AuthenticatorAssuranceLevel?
getter/setter pair
requestUrl String?
getter/setter pair
returnTo String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
getter/setter pair
ui UiContainerBuilder
getter/setter pair
updatedAt DateTime?
getter/setter pair

Methods

build() → _$SelfServiceLoginFlow
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(SelfServiceLoginFlow other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(SelfServiceLoginFlowBuilder)?) → void
Applies updates.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited