autoRedirectDescription property
Text to describe that auto-redirect should happen after successful login
Implementation
@$pb.TagNumber(2)
$core.String get autoRedirectDescription => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set autoRedirectDescription($core.String value) => $_setString(1, value);