navigateToLoginRequestUrl property

bool? navigateToLoginRequestUrl

Implementation

bool? get navigateToLoginRequestUrl => _jsObject.navigateToLoginRequestUrl;
void navigateToLoginRequestUrl=(bool? value)

Boolean indicating whether to navigate to the original request URL after the auth server navigates to the redirect URL.

Defaults to true.

Implementation

set navigateToLoginRequestUrl(bool? value) =>
    _jsObject.navigateToLoginRequestUrl = value;