Redirector class

The redirector to provide URI for different situations.

Constructors

Redirector()

Properties

hashCode int
The hash code for this object.
no setterinherited
isRedirectOnFail bool
Whether to redirect the request or forward when failed to login. *
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getLogin(HttpConnect connect) String
Returns the URI for displaying the login page. *
getLoginFailed(HttpConnect connect, String username, bool rememberMe) String
Returns the URI for displaying the login page again when
getLoginTarget(HttpConnect connect, String? originalUri) String
Returns the URI that the user will be taken to after logging in. *
getLogoutTarget(HttpConnect connect) String
Returns the URI that the user will be taken to after logging out. *
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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