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