updateIDPJWTConfig_Pre method

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

Implementation

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