checkLoginForbidden abstract method

Future<CheckLoginForbiddenResp> checkLoginForbidden(
  1. ServerContext ctx,
  2. CheckLoginForbiddenReq request
)

Implementation

$async.Future<$3.CheckLoginForbiddenResp> checkLoginForbidden(
    $pb.ServerContext ctx, $3.CheckLoginForbiddenReq request);