redirectStartPage property
String?
get
redirectStartPage
Implementation
String? get redirectStartPage => _jsObject.redirectStartPage;
set
redirectStartPage
(String? value)
The page that should be returned to after loginRedirect
or
acquireTokenRedirect
.
This should only be used if this is different from the redirectUri
and will default to the page that initiates the request. When the
navigateToLoginRequestUrl
config option is set to false this
parameter will be ignored.
Implementation
set redirectStartPage(String? value) => _jsObject.redirectStartPage = value;