updateSAMLAppConfig method

ResponseFuture<UpdateSAMLAppConfigResponse> updateSAMLAppConfig(
  1. UpdateSAMLAppConfigRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.UpdateSAMLAppConfigResponse> updateSAMLAppConfig($0.UpdateSAMLAppConfigRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateSAMLAppConfig, request, options: options);
}