checkLoginForbidden method

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

Implementation

$async.Future<CheckLoginForbiddenResp> checkLoginForbidden(
        $pb.ClientContext? ctx, CheckLoginForbiddenReq request) =>
    _client.invoke<CheckLoginForbiddenResp>(
        ctx, 'admin', 'CheckLoginForbidden', request, CheckLoginForbiddenResp());