skipNativeAppSuccessPage property
For native apps a successful login usually shows a success page with a link to open the application again. SkipNativeAppSuccessPage can be used to skip this page and open the application directly. If not set, the skip native app success page will not be changed.
Implementation
@$pb.TagNumber(15)
$core.bool get skipNativeAppSuccessPage => $_getBF(14);
Implementation
@$pb.TagNumber(15)
set skipNativeAppSuccessPage($core.bool value) => $_setBool(14, value);