redirectStartPage property

String? redirectStartPage

Implementation

String? get redirectStartPage => _jsObject.redirectStartPage;
void 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;