updateIDPJWTConfig_Pre method

Future<UpdateIDPJWTConfigResponse> updateIDPJWTConfig_Pre(
  1. ServiceCall call,
  2. Future<UpdateIDPJWTConfigRequest> request
)

Implementation

$async.Future<$2.UpdateIDPJWTConfigResponse> updateIDPJWTConfig_Pre(
    $grpc.ServiceCall call,
    $async.Future<$2.UpdateIDPJWTConfigRequest> request) async {
  return updateIDPJWTConfig(call, await request);
}