successUrl property
URL to which the user will be redirected after a successful login.
Implementation
@$pb.TagNumber(1)
$core.String get successUrl => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set successUrl($core.String v) { $_setString(0, v); }