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