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 v) { $_setString(1, v); }