updateIDPJWTConfig_Pre method

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

Implementation

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