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